Home
last modified time | relevance | path

Searched refs:calliope_base (Results 1 – 12 of 12) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/api/
H A Dappengine_app_update_api_client.py23 from googlecloudsdk.calliope import base as calliope_base unknown
32 calliope_base.ReleaseTrack.GA: DEFAULT_VERSION,
33 calliope_base.ReleaseTrack.ALPHA: DEFAULT_VERSION,
34 calliope_base.ReleaseTrack.BETA: DEFAULT_VERSION
H A Dappengine_firewall_api_client.py24 from googlecloudsdk.calliope import base as calliope_base unknown
28 calliope_base.ReleaseTrack.GA: 'v1',
29 calliope_base.ReleaseTrack.ALPHA: 'v1alpha',
30 calliope_base.ReleaseTrack.BETA: 'v1beta'
H A Dappengine_ssl_api_client.py22 from googlecloudsdk.calliope import base as calliope_base unknown
28 calliope_base.ReleaseTrack.GA: 'v1',
29 calliope_base.ReleaseTrack.ALPHA: 'v1alpha',
30 calliope_base.ReleaseTrack.BETA: 'v1beta'
H A Dappengine_domains_api_client.py23 from googlecloudsdk.calliope import base as calliope_base unknown
29 calliope_base.ReleaseTrack.GA: 'v1',
30 calliope_base.ReleaseTrack.ALPHA: 'v1alpha',
31 calliope_base.ReleaseTrack.BETA: 'v1beta'
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/functions/v2/
H A Dutil.py24 from googlecloudsdk.calliope import base as calliope_base unknown
31 calliope_base.ReleaseTrack.ALPHA: 'v2alpha',
32 calliope_base.ReleaseTrack.BETA: 'v2beta',
33 calliope_base.ReleaseTrack.GA: 'v2'
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dcli.py33 from googlecloudsdk.calliope import base as calliope_base unknown
87 flag = calliope_base.FLAGS_FILE_FLAG.name
163 flag = calliope_base.FLAGS_FILE_FLAG.name
234 FLAG_INTERNAL_FLAG_FILE_LINE = calliope_base.Argument(
475 if track != calliope_base.ReleaseTrack.GA:
576 calliope_base.FLAGS_FILE_FLAG.AddToParser(top_element.ai)
577 calliope_base.FLATTEN_FLAG.AddToParser(top_element.ai)
578 calliope_base.FORMAT_FLAG.AddToParser(top_element.ai)
584 category=calliope_base.COMMONLY_USED_FLAGS,
592 category=calliope_base.COMMONLY_USED_FLAGS,
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/tasks/
H A Dapp.py24 from googlecloudsdk.calliope import base as calliope_base unknown
61 locations_client = GetApiAdapter(calliope_base.ReleaseTrack.GA).locations
86 calliope_base.ReleaseTrack.GA)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/functions/v1/
H A Dutil.py36 from googlecloudsdk.calliope import base as calliope_base unknown
74 def _GetApiVersion(track=calliope_base.ReleaseTrack.GA): # pylint: disable=unused-argument
90 def GetApiClientInstance(track=calliope_base.ReleaseTrack.GA):
98 def GetApiMessagesModule(track=calliope_base.ReleaseTrack.GA):
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/ml/translate/
H A Dhooks.py26 from googlecloudsdk.calliope import base as calliope_base unknown
36 if args.calliope_command.ReleaseTrack() == calliope_base.ReleaseTrack.BETA:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/
H A Dappengine_api_client.py39 from googlecloudsdk.calliope import base as calliope_base unknown
50 calliope_base.ReleaseTrack.GA: 'v1',
51 calliope_base.ReleaseTrack.ALPHA: 'v1alpha',
52 calliope_base.ReleaseTrack.BETA: 'v1beta'
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/billingbudgets/
H A Dhooks.py27 from googlecloudsdk.calliope import base as calliope_base unknown
44 ) == calliope_base.ReleaseTrack.GA:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/scheduler/
H A Dutil.py26 from googlecloudsdk.calliope import base as calliope_base unknown
422 calliope_base.ReleaseTrack.GA)