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

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

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

        public GetNetworkEndpointGroupRequest 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<GetNetworkEndpointGroupRequest.Builder>
      • getNetworkEndpointGroup

        public String getNetworkEndpointGroup()
         The name of the network endpoint group. It should comply with RFC1035.
         
        string network_endpoint_group = 433907078 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getNetworkEndpointGroup in interface GetNetworkEndpointGroupRequestOrBuilder
        Returns:
        The networkEndpointGroup.
      • getNetworkEndpointGroupBytes

        public com.google.protobuf.ByteString getNetworkEndpointGroupBytes()
         The name of the network endpoint group. It should comply with RFC1035.
         
        string network_endpoint_group = 433907078 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getNetworkEndpointGroupBytes in interface GetNetworkEndpointGroupRequestOrBuilder
        Returns:
        The bytes for networkEndpointGroup.
      • setNetworkEndpointGroup

        public GetNetworkEndpointGroupRequest.Builder setNetworkEndpointGroup​(String value)
         The name of the network endpoint group. It should comply with RFC1035.
         
        string network_endpoint_group = 433907078 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The networkEndpointGroup to set.
        Returns:
        This builder for chaining.
      • clearNetworkEndpointGroup

        public GetNetworkEndpointGroupRequest.Builder clearNetworkEndpointGroup()
         The name of the network endpoint group. It should comply with RFC1035.
         
        string network_endpoint_group = 433907078 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setNetworkEndpointGroupBytes

        public GetNetworkEndpointGroupRequest.Builder setNetworkEndpointGroupBytes​(com.google.protobuf.ByteString value)
         The name of the network endpoint group. It should comply with RFC1035.
         
        string network_endpoint_group = 433907078 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for networkEndpointGroup 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 GetNetworkEndpointGroupRequestOrBuilder
        Returns:
        The bytes for project.
      • setProject

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

        public GetNetworkEndpointGroupRequest.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.
      • getZone

        public String getZone()
         The name of the zone where the network endpoint group is located. It should comply with RFC1035.
         
        string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getZone in interface GetNetworkEndpointGroupRequestOrBuilder
        Returns:
        The zone.
      • getZoneBytes

        public com.google.protobuf.ByteString getZoneBytes()
         The name of the zone where the network endpoint group is located. It should comply with RFC1035.
         
        string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getZoneBytes in interface GetNetworkEndpointGroupRequestOrBuilder
        Returns:
        The bytes for zone.
      • setZone

        public GetNetworkEndpointGroupRequest.Builder setZone​(String value)
         The name of the zone where the network endpoint group is located. It should comply with RFC1035.
         
        string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The zone to set.
        Returns:
        This builder for chaining.
      • clearZone

        public GetNetworkEndpointGroupRequest.Builder clearZone()
         The name of the zone where the network endpoint group is located. It should comply with RFC1035.
         
        string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setZoneBytes

        public GetNetworkEndpointGroupRequest.Builder setZoneBytes​(com.google.protobuf.ByteString value)
         The name of the zone where the network endpoint group is located. It should comply with RFC1035.
         
        string zone = 3744684 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for zone to set.
        Returns:
        This builder for chaining.