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

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

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

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

        public ResolveAppConnectionsRequest.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<ResolveAppConnectionsRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The resource name of the AppConnection location using the form:
         `projects/{project_id}/locations/{location_id}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ResolveAppConnectionsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The resource name of the AppConnection location using the form:
         `projects/{project_id}/locations/{location_id}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ResolveAppConnectionsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ResolveAppConnectionsRequest.Builder setParent​(String value)
         Required. The resource name of the AppConnection location using the form:
         `projects/{project_id}/locations/{location_id}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ResolveAppConnectionsRequest.Builder clearParent()
         Required. The resource name of the AppConnection location using the form:
         `projects/{project_id}/locations/{location_id}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ResolveAppConnectionsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The resource name of the AppConnection location using the form:
         `projects/{project_id}/locations/{location_id}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getAppConnectorId

        public String getAppConnectorId()
         Required. BeyondCorp Connector name of the connector associated with those
         AppConnections using the form:
         `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`
         
        string app_connector_id = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getAppConnectorId in interface ResolveAppConnectionsRequestOrBuilder
        Returns:
        The appConnectorId.
      • getAppConnectorIdBytes

        public com.google.protobuf.ByteString getAppConnectorIdBytes()
         Required. BeyondCorp Connector name of the connector associated with those
         AppConnections using the form:
         `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`
         
        string app_connector_id = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getAppConnectorIdBytes in interface ResolveAppConnectionsRequestOrBuilder
        Returns:
        The bytes for appConnectorId.
      • setAppConnectorId

        public ResolveAppConnectionsRequest.Builder setAppConnectorId​(String value)
         Required. BeyondCorp Connector name of the connector associated with those
         AppConnections using the form:
         `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`
         
        string app_connector_id = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The appConnectorId to set.
        Returns:
        This builder for chaining.
      • clearAppConnectorId

        public ResolveAppConnectionsRequest.Builder clearAppConnectorId()
         Required. BeyondCorp Connector name of the connector associated with those
         AppConnections using the form:
         `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`
         
        string app_connector_id = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setAppConnectorIdBytes

        public ResolveAppConnectionsRequest.Builder setAppConnectorIdBytes​(com.google.protobuf.ByteString value)
         Required. BeyondCorp Connector name of the connector associated with those
         AppConnections using the form:
         `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`
         
        string app_connector_id = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for appConnectorId to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         Optional. The maximum number of items to return.
         If not specified, a default value of 50 will be used by the service.
         Regardless of the page_size value, the response may include a partial list
         and a caller should only rely on response's
         [next_page_token][BeyondCorp.ResolveAppConnectionsResponse.next_page_token]
         to determine if there are more instances left to be queried.
         
        int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageSize in interface ResolveAppConnectionsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ResolveAppConnectionsRequest.Builder setPageSize​(int value)
         Optional. The maximum number of items to return.
         If not specified, a default value of 50 will be used by the service.
         Regardless of the page_size value, the response may include a partial list
         and a caller should only rely on response's
         [next_page_token][BeyondCorp.ResolveAppConnectionsResponse.next_page_token]
         to determine if there are more instances left to be queried.
         
        int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ResolveAppConnectionsRequest.Builder clearPageSize()
         Optional. The maximum number of items to return.
         If not specified, a default value of 50 will be used by the service.
         Regardless of the page_size value, the response may include a partial list
         and a caller should only rely on response's
         [next_page_token][BeyondCorp.ResolveAppConnectionsResponse.next_page_token]
         to determine if there are more instances left to be queried.
         
        int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         Optional. The next_page_token value returned from a previous
         ResolveAppConnectionsResponse, if any.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageToken in interface ResolveAppConnectionsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Optional. The next_page_token value returned from a previous
         ResolveAppConnectionsResponse, if any.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getPageTokenBytes in interface ResolveAppConnectionsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ResolveAppConnectionsRequest.Builder setPageToken​(String value)
         Optional. The next_page_token value returned from a previous
         ResolveAppConnectionsResponse, if any.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ResolveAppConnectionsRequest.Builder clearPageToken()
         Optional. The next_page_token value returned from a previous
         ResolveAppConnectionsResponse, if any.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ResolveAppConnectionsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Optional. The next_page_token value returned from a previous
         ResolveAppConnectionsResponse, if any.
         
        string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.