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

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

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

        public GetStageExecutionDetailsRequest 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<GetStageExecutionDetailsRequest.Builder>
      • setProjectIdBytes

        public GetStageExecutionDetailsRequest.Builder setProjectIdBytes​(com.google.protobuf.ByteString value)
         A project id.
         
        string project_id = 1;
        Parameters:
        value - The bytes for projectId to set.
        Returns:
        This builder for chaining.
      • setJobIdBytes

        public GetStageExecutionDetailsRequest.Builder setJobIdBytes​(com.google.protobuf.ByteString value)
         The job to get execution details for.
         
        string job_id = 2;
        Parameters:
        value - The bytes for jobId to set.
        Returns:
        This builder for chaining.
      • getLocation

        public String getLocation()
         The [regional endpoint]
         (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
         contains the job specified by job_id.
         
        string location = 3;
        Specified by:
        getLocation in interface GetStageExecutionDetailsRequestOrBuilder
        Returns:
        The location.
      • getLocationBytes

        public com.google.protobuf.ByteString getLocationBytes()
         The [regional endpoint]
         (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
         contains the job specified by job_id.
         
        string location = 3;
        Specified by:
        getLocationBytes in interface GetStageExecutionDetailsRequestOrBuilder
        Returns:
        The bytes for location.
      • setLocation

        public GetStageExecutionDetailsRequest.Builder setLocation​(String value)
         The [regional endpoint]
         (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
         contains the job specified by job_id.
         
        string location = 3;
        Parameters:
        value - The location to set.
        Returns:
        This builder for chaining.
      • clearLocation

        public GetStageExecutionDetailsRequest.Builder clearLocation()
         The [regional endpoint]
         (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
         contains the job specified by job_id.
         
        string location = 3;
        Returns:
        This builder for chaining.
      • setLocationBytes

        public GetStageExecutionDetailsRequest.Builder setLocationBytes​(com.google.protobuf.ByteString value)
         The [regional endpoint]
         (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
         contains the job specified by job_id.
         
        string location = 3;
        Parameters:
        value - The bytes for location to set.
        Returns:
        This builder for chaining.
      • setStageId

        public GetStageExecutionDetailsRequest.Builder setStageId​(String value)
         The stage for which to fetch information.
         
        string stage_id = 4;
        Parameters:
        value - The stageId to set.
        Returns:
        This builder for chaining.
      • setStageIdBytes

        public GetStageExecutionDetailsRequest.Builder setStageIdBytes​(com.google.protobuf.ByteString value)
         The stage for which to fetch information.
         
        string stage_id = 4;
        Parameters:
        value - The bytes for stageId to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         If specified, determines the maximum number of work items to
         return.  If unspecified, the service may choose an appropriate
         default, or may return an arbitrarily large number of results.
         
        int32 page_size = 5;
        Specified by:
        getPageSize in interface GetStageExecutionDetailsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public GetStageExecutionDetailsRequest.Builder setPageSize​(int value)
         If specified, determines the maximum number of work items to
         return.  If unspecified, the service may choose an appropriate
         default, or may return an arbitrarily large number of results.
         
        int32 page_size = 5;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public GetStageExecutionDetailsRequest.Builder clearPageSize()
         If specified, determines the maximum number of work items to
         return.  If unspecified, the service may choose an appropriate
         default, or may return an arbitrarily large number of results.
         
        int32 page_size = 5;
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         If supplied, this should be the value of next_page_token returned
         by an earlier call. This will cause the next page of results to
         be returned.
         
        string page_token = 6;
        Specified by:
        getPageToken in interface GetStageExecutionDetailsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         If supplied, this should be the value of next_page_token returned
         by an earlier call. This will cause the next page of results to
         be returned.
         
        string page_token = 6;
        Specified by:
        getPageTokenBytes in interface GetStageExecutionDetailsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public GetStageExecutionDetailsRequest.Builder setPageToken​(String value)
         If supplied, this should be the value of next_page_token returned
         by an earlier call. This will cause the next page of results to
         be returned.
         
        string page_token = 6;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public GetStageExecutionDetailsRequest.Builder clearPageToken()
         If supplied, this should be the value of next_page_token returned
         by an earlier call. This will cause the next page of results to
         be returned.
         
        string page_token = 6;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public GetStageExecutionDetailsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         If supplied, this should be the value of next_page_token returned
         by an earlier call. This will cause the next page of results to
         be returned.
         
        string page_token = 6;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • hasStartTime

        public boolean hasStartTime()
         Lower time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp start_time = 7;
        Specified by:
        hasStartTime in interface GetStageExecutionDetailsRequestOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Timestamp getStartTime()
         Lower time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp start_time = 7;
        Specified by:
        getStartTime in interface GetStageExecutionDetailsRequestOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public GetStageExecutionDetailsRequest.Builder setStartTime​(com.google.protobuf.Timestamp value)
         Lower time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp start_time = 7;
      • setStartTime

        public GetStageExecutionDetailsRequest.Builder setStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Lower time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp start_time = 7;
      • mergeStartTime

        public GetStageExecutionDetailsRequest.Builder mergeStartTime​(com.google.protobuf.Timestamp value)
         Lower time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp start_time = 7;
      • getStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
         Lower time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp start_time = 7;
      • hasEndTime

        public boolean hasEndTime()
         Upper time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp end_time = 8;
        Specified by:
        hasEndTime in interface GetStageExecutionDetailsRequestOrBuilder
        Returns:
        Whether the endTime field is set.
      • getEndTime

        public com.google.protobuf.Timestamp getEndTime()
         Upper time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp end_time = 8;
        Specified by:
        getEndTime in interface GetStageExecutionDetailsRequestOrBuilder
        Returns:
        The endTime.
      • setEndTime

        public GetStageExecutionDetailsRequest.Builder setEndTime​(com.google.protobuf.Timestamp value)
         Upper time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp end_time = 8;
      • setEndTime

        public GetStageExecutionDetailsRequest.Builder setEndTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Upper time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp end_time = 8;
      • mergeEndTime

        public GetStageExecutionDetailsRequest.Builder mergeEndTime​(com.google.protobuf.Timestamp value)
         Upper time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp end_time = 8;
      • getEndTimeBuilder

        public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
         Upper time bound of work items to include, by start time.
         
        .google.protobuf.Timestamp end_time = 8;