Package com.google.cloud.deploy.v1
Class KubernetesConfig.GatewayServiceMesh
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.deploy.v1.KubernetesConfig.GatewayServiceMesh
-
- All Implemented Interfaces:
KubernetesConfig.GatewayServiceMeshOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- KubernetesConfig
public static final class KubernetesConfig.GatewayServiceMesh extends com.google.protobuf.GeneratedMessageV3 implements KubernetesConfig.GatewayServiceMeshOrBuilder
Information about the Kubernetes Gateway API service mesh configuration.
Protobuf typegoogle.cloud.deploy.v1.KubernetesConfig.GatewayServiceMesh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KubernetesConfig.GatewayServiceMesh.Builder
Information about the Kubernetes Gateway API service mesh configuration.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEPLOYMENT_FIELD_NUMBER
static int
HTTP_ROUTE_FIELD_NUMBER
static int
ROUTE_UPDATE_WAIT_TIME_FIELD_NUMBER
static int
SERVICE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static KubernetesConfig.GatewayServiceMesh
getDefaultInstance()
KubernetesConfig.GatewayServiceMesh
getDefaultInstanceForType()
String
getDeployment()
Required.com.google.protobuf.ByteString
getDeploymentBytes()
Required.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getHttpRoute()
Required.com.google.protobuf.ByteString
getHttpRouteBytes()
Required.com.google.protobuf.Parser<KubernetesConfig.GatewayServiceMesh>
getParserForType()
com.google.protobuf.Duration
getRouteUpdateWaitTime()
Optional.com.google.protobuf.DurationOrBuilder
getRouteUpdateWaitTimeOrBuilder()
Optional.int
getSerializedSize()
String
getService()
Required.com.google.protobuf.ByteString
getServiceBytes()
Required.int
hashCode()
boolean
hasRouteUpdateWaitTime()
Optional.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static KubernetesConfig.GatewayServiceMesh.Builder
newBuilder()
static KubernetesConfig.GatewayServiceMesh.Builder
newBuilder(KubernetesConfig.GatewayServiceMesh prototype)
KubernetesConfig.GatewayServiceMesh.Builder
newBuilderForType()
protected KubernetesConfig.GatewayServiceMesh.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static KubernetesConfig.GatewayServiceMesh
parseDelimitedFrom(InputStream input)
static KubernetesConfig.GatewayServiceMesh
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KubernetesConfig.GatewayServiceMesh
parseFrom(byte[] data)
static KubernetesConfig.GatewayServiceMesh
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KubernetesConfig.GatewayServiceMesh
parseFrom(com.google.protobuf.ByteString data)
static KubernetesConfig.GatewayServiceMesh
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KubernetesConfig.GatewayServiceMesh
parseFrom(com.google.protobuf.CodedInputStream input)
static KubernetesConfig.GatewayServiceMesh
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KubernetesConfig.GatewayServiceMesh
parseFrom(InputStream input)
static KubernetesConfig.GatewayServiceMesh
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static KubernetesConfig.GatewayServiceMesh
parseFrom(ByteBuffer data)
static KubernetesConfig.GatewayServiceMesh
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<KubernetesConfig.GatewayServiceMesh>
parser()
KubernetesConfig.GatewayServiceMesh.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
HTTP_ROUTE_FIELD_NUMBER
public static final int HTTP_ROUTE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERVICE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEPLOYMENT_FIELD_NUMBER
public static final int DEPLOYMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ROUTE_UPDATE_WAIT_TIME_FIELD_NUMBER
public static final int ROUTE_UPDATE_WAIT_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getHttpRoute
public String getHttpRoute()
Required. Name of the Gateway API HTTPRoute.
string http_route = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getHttpRoute
in interfaceKubernetesConfig.GatewayServiceMeshOrBuilder
- Returns:
- The httpRoute.
-
getHttpRouteBytes
public com.google.protobuf.ByteString getHttpRouteBytes()
Required. Name of the Gateway API HTTPRoute.
string http_route = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getHttpRouteBytes
in interfaceKubernetesConfig.GatewayServiceMeshOrBuilder
- Returns:
- The bytes for httpRoute.
-
getService
public String getService()
Required. Name of the Kubernetes Service.
string service = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getService
in interfaceKubernetesConfig.GatewayServiceMeshOrBuilder
- Returns:
- The service.
-
getServiceBytes
public com.google.protobuf.ByteString getServiceBytes()
Required. Name of the Kubernetes Service.
string service = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getServiceBytes
in interfaceKubernetesConfig.GatewayServiceMeshOrBuilder
- Returns:
- The bytes for service.
-
getDeployment
public String getDeployment()
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
string deployment = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getDeployment
in interfaceKubernetesConfig.GatewayServiceMeshOrBuilder
- Returns:
- The deployment.
-
getDeploymentBytes
public com.google.protobuf.ByteString getDeploymentBytes()
Required. Name of the Kubernetes Deployment whose traffic is managed by the specified HTTPRoute and Service.
string deployment = 3 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getDeploymentBytes
in interfaceKubernetesConfig.GatewayServiceMeshOrBuilder
- Returns:
- The bytes for deployment.
-
hasRouteUpdateWaitTime
public boolean hasRouteUpdateWaitTime()
Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
.google.protobuf.Duration route_update_wait_time = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
hasRouteUpdateWaitTime
in interfaceKubernetesConfig.GatewayServiceMeshOrBuilder
- Returns:
- Whether the routeUpdateWaitTime field is set.
-
getRouteUpdateWaitTime
public com.google.protobuf.Duration getRouteUpdateWaitTime()
Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
.google.protobuf.Duration route_update_wait_time = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getRouteUpdateWaitTime
in interfaceKubernetesConfig.GatewayServiceMeshOrBuilder
- Returns:
- The routeUpdateWaitTime.
-
getRouteUpdateWaitTimeOrBuilder
public com.google.protobuf.DurationOrBuilder getRouteUpdateWaitTimeOrBuilder()
Optional. The time to wait for route updates to propagate. The maximum configurable time is 3 hours, in seconds format. If unspecified, there is no wait time.
.google.protobuf.Duration route_update_wait_time = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getRouteUpdateWaitTimeOrBuilder
in interfaceKubernetesConfig.GatewayServiceMeshOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static KubernetesConfig.GatewayServiceMesh parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static KubernetesConfig.GatewayServiceMesh parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static KubernetesConfig.GatewayServiceMesh parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static KubernetesConfig.GatewayServiceMesh parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static KubernetesConfig.GatewayServiceMesh parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static KubernetesConfig.GatewayServiceMesh parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static KubernetesConfig.GatewayServiceMesh parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static KubernetesConfig.GatewayServiceMesh parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static KubernetesConfig.GatewayServiceMesh parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static KubernetesConfig.GatewayServiceMesh parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static KubernetesConfig.GatewayServiceMesh parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static KubernetesConfig.GatewayServiceMesh parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public KubernetesConfig.GatewayServiceMesh.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static KubernetesConfig.GatewayServiceMesh.Builder newBuilder()
-
newBuilder
public static KubernetesConfig.GatewayServiceMesh.Builder newBuilder(KubernetesConfig.GatewayServiceMesh prototype)
-
toBuilder
public KubernetesConfig.GatewayServiceMesh.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected KubernetesConfig.GatewayServiceMesh.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static KubernetesConfig.GatewayServiceMesh getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<KubernetesConfig.GatewayServiceMesh> parser()
-
getParserForType
public com.google.protobuf.Parser<KubernetesConfig.GatewayServiceMesh> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public KubernetesConfig.GatewayServiceMesh getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-