Uses of Class
com.google.api.LaunchStage
-
Packages that use LaunchStage Package Description com.google.api -
-
Uses of LaunchStage in com.google.api
Methods in com.google.api that return LaunchStage Modifier and Type Method Description static LaunchStage
LaunchStage. forNumber(int value)
LaunchStage
ClientLibrarySettings.Builder. getLaunchStage()
Launch stage of this version of the API.LaunchStage
ClientLibrarySettings. getLaunchStage()
Launch stage of this version of the API.LaunchStage
ClientLibrarySettingsOrBuilder. getLaunchStage()
Launch stage of this version of the API.LaunchStage
MetricDescriptor.Builder. getLaunchStage()
Optional.LaunchStage
MetricDescriptor. getLaunchStage()
Optional.LaunchStage
MetricDescriptor.MetricDescriptorMetadata.Builder. getLaunchStage()
Deprecated.google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated.LaunchStage
MetricDescriptor.MetricDescriptorMetadata. getLaunchStage()
Deprecated.google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated.LaunchStage
MetricDescriptor.MetricDescriptorMetadataOrBuilder. getLaunchStage()
Deprecated.google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated.LaunchStage
MetricDescriptorOrBuilder. getLaunchStage()
Optional.LaunchStage
MonitoredResourceDescriptor.Builder. getLaunchStage()
Optional.LaunchStage
MonitoredResourceDescriptor. getLaunchStage()
Optional.LaunchStage
MonitoredResourceDescriptorOrBuilder. getLaunchStage()
Optional.static LaunchStage
LaunchStage. valueOf(int value)
Deprecated.static LaunchStage
LaunchStage. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LaunchStage
LaunchStage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LaunchStage[]
LaunchStage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api that return types with arguments of type LaunchStage Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LaunchStage>
LaunchStage. internalGetValueMap()
Methods in com.google.api with parameters of type LaunchStage Modifier and Type Method Description ClientLibrarySettings.Builder
ClientLibrarySettings.Builder. setLaunchStage(LaunchStage value)
Launch stage of this version of the API.MetricDescriptor.Builder
MetricDescriptor.Builder. setLaunchStage(LaunchStage value)
Optional.MetricDescriptor.MetricDescriptorMetadata.Builder
MetricDescriptor.MetricDescriptorMetadata.Builder. setLaunchStage(LaunchStage value)
Deprecated.google.api.MetricDescriptor.MetricDescriptorMetadata.launch_stage is deprecated.MonitoredResourceDescriptor.Builder
MonitoredResourceDescriptor.Builder. setLaunchStage(LaunchStage value)
Optional.
-