publicfinalclass RuntimeConfigextendsGeneratedMessageV3implementsRuntimeConfigOrBuilder
RuntimeConfig represents the runtimes where the application is
deployed.
Protobuf type google.cloud.developerconnect.v1.RuntimeConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
APP_HUB_WORKLOAD_FIELD_NUMBER
publicstaticfinalintAPP_HUB_WORKLOAD_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
GKE_WORKLOAD_FIELD_NUMBER
publicstaticfinalintGKE_WORKLOAD_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
STATE_FIELD_NUMBER
publicstaticfinalintSTATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
URI_FIELD_NUMBER
publicstaticfinalintURI_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticRuntimeConfiggetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticRuntimeConfig.BuildernewBuilder()
newBuilder(RuntimeConfig prototype)
publicstaticRuntimeConfig.BuildernewBuilder(RuntimeConfigprototype)
publicstaticRuntimeConfigparseDelimitedFrom(InputStreaminput)
publicstaticRuntimeConfigparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticRuntimeConfigparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticRuntimeConfigparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticRuntimeConfigparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticRuntimeConfigparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticRuntimeConfigparseFrom(CodedInputStreaminput)
publicstaticRuntimeConfigparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticRuntimeConfigparseFrom(InputStreaminput)
publicstaticRuntimeConfigparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticRuntimeConfigparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticRuntimeConfigparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<RuntimeConfig>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAppHubWorkload()
publicAppHubWorkloadgetAppHubWorkload()
Output only. App Hub Workload.
.google.cloud.developerconnect.v1.AppHubWorkload app_hub_workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getAppHubWorkloadOrBuilder()
publicAppHubWorkloadOrBuildergetAppHubWorkloadOrBuilder()
Output only. App Hub Workload.
.google.cloud.developerconnect.v1.AppHubWorkload app_hub_workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
publicRuntimeConfiggetDefaultInstanceForType()
getDerivedFromCase()
publicRuntimeConfig.DerivedFromCasegetDerivedFromCase()
getGkeWorkload()
publicGKEWorkloadgetGkeWorkload()
Output only. Google Kubernetes Engine runtime.
.google.cloud.developerconnect.v1.GKEWorkload gke_workload = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getGkeWorkloadOrBuilder()
publicGKEWorkloadOrBuildergetGkeWorkloadOrBuilder()
Output only. Google Kubernetes Engine runtime.
.google.cloud.developerconnect.v1.GKEWorkload gke_workload = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getParserForType()
publicParser<RuntimeConfig>getParserForType()
Overrides
getRuntimeCase()
publicRuntimeConfig.RuntimeCasegetRuntimeCase()
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getState()
publicRuntimeConfig.StategetState()
Output only. The state of the Runtime.
.google.cloud.developerconnect.v1.RuntimeConfig.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
Output only. The state of the Runtime.
.google.cloud.developerconnect.v1.RuntimeConfig.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for state.
|
getUri()
Required. Immutable. The URI of the runtime configuration.
For GKE, this is the cluster name.
For Cloud Run, this is the service name.
string uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns |
| Type |
Description |
String |
The uri.
|
getUriBytes()
publicByteStringgetUriBytes()
Required. Immutable. The URI of the runtime configuration.
For GKE, this is the cluster name.
For Cloud Run, this is the service name.
string uri = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns |
| Type |
Description |
ByteString |
The bytes for uri.
|
hasAppHubWorkload()
publicbooleanhasAppHubWorkload()
Output only. App Hub Workload.
.google.cloud.developerconnect.v1.AppHubWorkload app_hub_workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the appHubWorkload field is set.
|
hasGkeWorkload()
publicbooleanhasGkeWorkload()
Output only. Google Kubernetes Engine runtime.
.google.cloud.developerconnect.v1.GKEWorkload gke_workload = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the gkeWorkload field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicRuntimeConfig.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedRuntimeConfig.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicRuntimeConfig.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides