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

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

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

        public GetRegionTargetHttpProxyRequest 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<GetRegionTargetHttpProxyRequest.Builder>
      • getProjectBytes

        public com.google.protobuf.ByteString getProjectBytes()
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getProjectBytes in interface GetRegionTargetHttpProxyRequestOrBuilder
        Returns:
        The bytes for project.
      • setProject

        public GetRegionTargetHttpProxyRequest.Builder setProject​(String value)
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The project to set.
        Returns:
        This builder for chaining.
      • clearProject

        public GetRegionTargetHttpProxyRequest.Builder clearProject()
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setProjectBytes

        public GetRegionTargetHttpProxyRequest.Builder setProjectBytes​(com.google.protobuf.ByteString value)
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for project to set.
        Returns:
        This builder for chaining.
      • getRegionBytes

        public com.google.protobuf.ByteString getRegionBytes()
         Name of the region scoping this request.
         
        string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRegionBytes in interface GetRegionTargetHttpProxyRequestOrBuilder
        Returns:
        The bytes for region.
      • setRegion

        public GetRegionTargetHttpProxyRequest.Builder setRegion​(String value)
         Name of the region scoping this request.
         
        string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The region to set.
        Returns:
        This builder for chaining.
      • clearRegion

        public GetRegionTargetHttpProxyRequest.Builder clearRegion()
         Name of the region scoping this request.
         
        string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setRegionBytes

        public GetRegionTargetHttpProxyRequest.Builder setRegionBytes​(com.google.protobuf.ByteString value)
         Name of the region scoping this request.
         
        string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for region to set.
        Returns:
        This builder for chaining.
      • getTargetHttpProxyBytes

        public com.google.protobuf.ByteString getTargetHttpProxyBytes()
         Name of the TargetHttpProxy resource to return.
         
        string target_http_proxy = 206872421 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getTargetHttpProxyBytes in interface GetRegionTargetHttpProxyRequestOrBuilder
        Returns:
        The bytes for targetHttpProxy.
      • setTargetHttpProxy

        public GetRegionTargetHttpProxyRequest.Builder setTargetHttpProxy​(String value)
         Name of the TargetHttpProxy resource to return.
         
        string target_http_proxy = 206872421 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The targetHttpProxy to set.
        Returns:
        This builder for chaining.
      • clearTargetHttpProxy

        public GetRegionTargetHttpProxyRequest.Builder clearTargetHttpProxy()
         Name of the TargetHttpProxy resource to return.
         
        string target_http_proxy = 206872421 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setTargetHttpProxyBytes

        public GetRegionTargetHttpProxyRequest.Builder setTargetHttpProxyBytes​(com.google.protobuf.ByteString value)
         Name of the TargetHttpProxy resource to return.
         
        string target_http_proxy = 206872421 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for targetHttpProxy to set.
        Returns:
        This builder for chaining.