Class KubernetesConfig.GatewayServiceMesh.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<KubernetesConfig.GatewayServiceMesh.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<KubernetesConfig.GatewayServiceMesh.Builder>
      • getDefaultInstanceForType

        public KubernetesConfig.GatewayServiceMesh getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public KubernetesConfig.GatewayServiceMesh build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public KubernetesConfig.GatewayServiceMesh buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<KubernetesConfig.GatewayServiceMesh.Builder>
      • 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 interface KubernetesConfig.GatewayServiceMeshOrBuilder
        Returns:
        The bytes for httpRoute.
      • setHttpRoute

        public KubernetesConfig.GatewayServiceMesh.Builder setHttpRoute​(String value)
         Required. Name of the Gateway API HTTPRoute.
         
        string http_route = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The httpRoute to set.
        Returns:
        This builder for chaining.
      • clearHttpRoute

        public KubernetesConfig.GatewayServiceMesh.Builder clearHttpRoute()
         Required. Name of the Gateway API HTTPRoute.
         
        string http_route = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setHttpRouteBytes

        public KubernetesConfig.GatewayServiceMesh.Builder setHttpRouteBytes​(com.google.protobuf.ByteString value)
         Required. Name of the Gateway API HTTPRoute.
         
        string http_route = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for httpRoute to set.
        Returns:
        This builder for chaining.
      • 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 interface KubernetesConfig.GatewayServiceMeshOrBuilder
        Returns:
        The bytes for service.
      • setService

        public KubernetesConfig.GatewayServiceMesh.Builder setService​(String value)
         Required. Name of the Kubernetes Service.
         
        string service = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The service to set.
        Returns:
        This builder for chaining.
      • clearService

        public KubernetesConfig.GatewayServiceMesh.Builder clearService()
         Required. Name of the Kubernetes Service.
         
        string service = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setServiceBytes

        public KubernetesConfig.GatewayServiceMesh.Builder setServiceBytes​(com.google.protobuf.ByteString value)
         Required. Name of the Kubernetes Service.
         
        string service = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for service to set.
        Returns:
        This builder for chaining.
      • 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 interface KubernetesConfig.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 interface KubernetesConfig.GatewayServiceMeshOrBuilder
        Returns:
        The bytes for deployment.
      • setDeployment

        public KubernetesConfig.GatewayServiceMesh.Builder setDeployment​(String value)
         Required. Name of the Kubernetes Deployment whose traffic is managed by
         the specified HTTPRoute and Service.
         
        string deployment = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The deployment to set.
        Returns:
        This builder for chaining.
      • clearDeployment

        public KubernetesConfig.GatewayServiceMesh.Builder clearDeployment()
         Required. Name of the Kubernetes Deployment whose traffic is managed by
         the specified HTTPRoute and Service.
         
        string deployment = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setDeploymentBytes

        public KubernetesConfig.GatewayServiceMesh.Builder setDeploymentBytes​(com.google.protobuf.ByteString value)
         Required. Name of the Kubernetes Deployment whose traffic is managed by
         the specified HTTPRoute and Service.
         
        string deployment = 3 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for deployment to set.
        Returns:
        This builder for chaining.
      • 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 interface KubernetesConfig.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 interface KubernetesConfig.GatewayServiceMeshOrBuilder
        Returns:
        The routeUpdateWaitTime.
      • setRouteUpdateWaitTime

        public KubernetesConfig.GatewayServiceMesh.Builder setRouteUpdateWaitTime​(com.google.protobuf.Duration value)
         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];
      • setRouteUpdateWaitTime

        public KubernetesConfig.GatewayServiceMesh.Builder setRouteUpdateWaitTime​(com.google.protobuf.Duration.Builder builderForValue)
         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];
      • mergeRouteUpdateWaitTime

        public KubernetesConfig.GatewayServiceMesh.Builder mergeRouteUpdateWaitTime​(com.google.protobuf.Duration value)
         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];
      • clearRouteUpdateWaitTime

        public KubernetesConfig.GatewayServiceMesh.Builder clearRouteUpdateWaitTime()
         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];
      • getRouteUpdateWaitTimeBuilder

        public com.google.protobuf.Duration.Builder getRouteUpdateWaitTimeBuilder()
         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];
      • 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 interface KubernetesConfig.GatewayServiceMeshOrBuilder