Class AppGateway.AllocatedConnection.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<AppGateway.AllocatedConnection.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<AppGateway.AllocatedConnection.Builder>
      • getDefaultInstanceForType

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

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

        public AppGateway.AllocatedConnection 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<AppGateway.AllocatedConnection.Builder>
      • getPscUriBytes

        public com.google.protobuf.ByteString getPscUriBytes()
         Required. The PSC uri of an allocated connection
         
        string psc_uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getPscUriBytes in interface AppGateway.AllocatedConnectionOrBuilder
        Returns:
        The bytes for pscUri.
      • setPscUri

        public AppGateway.AllocatedConnection.Builder setPscUri​(String value)
         Required. The PSC uri of an allocated connection
         
        string psc_uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The pscUri to set.
        Returns:
        This builder for chaining.
      • clearPscUri

        public AppGateway.AllocatedConnection.Builder clearPscUri()
         Required. The PSC uri of an allocated connection
         
        string psc_uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setPscUriBytes

        public AppGateway.AllocatedConnection.Builder setPscUriBytes​(com.google.protobuf.ByteString value)
         Required. The PSC uri of an allocated connection
         
        string psc_uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for pscUri to set.
        Returns:
        This builder for chaining.
      • getIngressPort

        public int getIngressPort()
         Required. The ingress port of an allocated connection
         
        int32 ingress_port = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getIngressPort in interface AppGateway.AllocatedConnectionOrBuilder
        Returns:
        The ingressPort.
      • setIngressPort

        public AppGateway.AllocatedConnection.Builder setIngressPort​(int value)
         Required. The ingress port of an allocated connection
         
        int32 ingress_port = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The ingressPort to set.
        Returns:
        This builder for chaining.
      • clearIngressPort

        public AppGateway.AllocatedConnection.Builder clearIngressPort()
         Required. The ingress port of an allocated connection
         
        int32 ingress_port = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.