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

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

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

        public GetNetworkAttachmentRequest 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<GetNetworkAttachmentRequest.Builder>
      • mergeFrom

        public GetNetworkAttachmentRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GetNetworkAttachmentRequest.Builder>
        Throws:
        IOException
      • getNetworkAttachment

        public String getNetworkAttachment()
         Name of the NetworkAttachment resource to return.
         
        string network_attachment = 224644052 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getNetworkAttachment in interface GetNetworkAttachmentRequestOrBuilder
        Returns:
        The networkAttachment.
      • getNetworkAttachmentBytes

        public com.google.protobuf.ByteString getNetworkAttachmentBytes()
         Name of the NetworkAttachment resource to return.
         
        string network_attachment = 224644052 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getNetworkAttachmentBytes in interface GetNetworkAttachmentRequestOrBuilder
        Returns:
        The bytes for networkAttachment.
      • setNetworkAttachment

        public GetNetworkAttachmentRequest.Builder setNetworkAttachment​(String value)
         Name of the NetworkAttachment resource to return.
         
        string network_attachment = 224644052 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The networkAttachment to set.
        Returns:
        This builder for chaining.
      • clearNetworkAttachment

        public GetNetworkAttachmentRequest.Builder clearNetworkAttachment()
         Name of the NetworkAttachment resource to return.
         
        string network_attachment = 224644052 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setNetworkAttachmentBytes

        public GetNetworkAttachmentRequest.Builder setNetworkAttachmentBytes​(com.google.protobuf.ByteString value)
         Name of the NetworkAttachment resource to return.
         
        string network_attachment = 224644052 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for networkAttachment to set.
        Returns:
        This builder for chaining.
      • 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 GetNetworkAttachmentRequestOrBuilder
        Returns:
        The bytes for project.
      • setProject

        public GetNetworkAttachmentRequest.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 GetNetworkAttachmentRequest.Builder clearProject()
         Project ID for this request.
         
        string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setProjectBytes

        public GetNetworkAttachmentRequest.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 of this request.
         
        string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getRegionBytes in interface GetNetworkAttachmentRequestOrBuilder
        Returns:
        The bytes for region.
      • setRegion

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

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

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

        public final GetNetworkAttachmentRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GetNetworkAttachmentRequest.Builder>