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

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

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

        public RegionInstanceGroupsListInstancesRequest 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<RegionInstanceGroupsListInstancesRequest.Builder>
      • hasInstanceState

        public boolean hasInstanceState()
         Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
         Check the InstanceState enum for the list of possible values.
         
        optional string instance_state = 92223591;
        Specified by:
        hasInstanceState in interface RegionInstanceGroupsListInstancesRequestOrBuilder
        Returns:
        Whether the instanceState field is set.
      • getInstanceState

        public String getInstanceState()
         Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
         Check the InstanceState enum for the list of possible values.
         
        optional string instance_state = 92223591;
        Specified by:
        getInstanceState in interface RegionInstanceGroupsListInstancesRequestOrBuilder
        Returns:
        The instanceState.
      • getInstanceStateBytes

        public com.google.protobuf.ByteString getInstanceStateBytes()
         Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
         Check the InstanceState enum for the list of possible values.
         
        optional string instance_state = 92223591;
        Specified by:
        getInstanceStateBytes in interface RegionInstanceGroupsListInstancesRequestOrBuilder
        Returns:
        The bytes for instanceState.
      • setInstanceState

        public RegionInstanceGroupsListInstancesRequest.Builder setInstanceState​(String value)
         Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
         Check the InstanceState enum for the list of possible values.
         
        optional string instance_state = 92223591;
        Parameters:
        value - The instanceState to set.
        Returns:
        This builder for chaining.
      • clearInstanceState

        public RegionInstanceGroupsListInstancesRequest.Builder clearInstanceState()
         Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
         Check the InstanceState enum for the list of possible values.
         
        optional string instance_state = 92223591;
        Returns:
        This builder for chaining.
      • setInstanceStateBytes

        public RegionInstanceGroupsListInstancesRequest.Builder setInstanceStateBytes​(com.google.protobuf.ByteString value)
         Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
         Check the InstanceState enum for the list of possible values.
         
        optional string instance_state = 92223591;
        Parameters:
        value - The bytes for instanceState to set.
        Returns:
        This builder for chaining.
      • hasPortName

        public boolean hasPortName()
         Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
         
        optional string port_name = 41534345;
        Specified by:
        hasPortName in interface RegionInstanceGroupsListInstancesRequestOrBuilder
        Returns:
        Whether the portName field is set.
      • getPortName

        public String getPortName()
         Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
         
        optional string port_name = 41534345;
        Specified by:
        getPortName in interface RegionInstanceGroupsListInstancesRequestOrBuilder
        Returns:
        The portName.
      • getPortNameBytes

        public com.google.protobuf.ByteString getPortNameBytes()
         Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
         
        optional string port_name = 41534345;
        Specified by:
        getPortNameBytes in interface RegionInstanceGroupsListInstancesRequestOrBuilder
        Returns:
        The bytes for portName.
      • setPortName

        public RegionInstanceGroupsListInstancesRequest.Builder setPortName​(String value)
         Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
         
        optional string port_name = 41534345;
        Parameters:
        value - The portName to set.
        Returns:
        This builder for chaining.
      • clearPortName

        public RegionInstanceGroupsListInstancesRequest.Builder clearPortName()
         Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
         
        optional string port_name = 41534345;
        Returns:
        This builder for chaining.
      • setPortNameBytes

        public RegionInstanceGroupsListInstancesRequest.Builder setPortNameBytes​(com.google.protobuf.ByteString value)
         Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
         
        optional string port_name = 41534345;
        Parameters:
        value - The bytes for portName to set.
        Returns:
        This builder for chaining.