public interface ScheduleTransferRunsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime() Required. End time of the range of transfer runs. For example,
"2017-05-30T00:00:00+00:00".
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder() Required. End time of the range of transfer runs. For example,
"2017-05-30T00:00:00+00:00".
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| TimestampOrBuilder |
getParent()
public abstract String getParent() Required. Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id} or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id} or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getStartTime()
public abstract Timestamp getStartTime() Required. Start time of the range of transfer runs. For example,
"2017-05-25T00:00:00+00:00".
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder() Required. Start time of the range of transfer runs. For example,
"2017-05-25T00:00:00+00:00".
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| TimestampOrBuilder |
hasEndTime()
public abstract boolean hasEndTime() Required. End time of the range of transfer runs. For example,
"2017-05-30T00:00:00+00:00".
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the endTime field is set. |
hasStartTime()
public abstract boolean hasStartTime() Required. Start time of the range of transfer runs. For example,
"2017-05-25T00:00:00+00:00".
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the startTime field is set. |