- 0.51.0 (latest)
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.2
- 0.2.2
- 0.1.1
public static final class StatusEvent.Builder extends GeneratedMessageV3.Builder<StatusEvent.Builder> implements StatusEventOrBuilder
Status event
Protobuf type google.cloud.batch.v1alpha.StatusEvent
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > StatusEvent.BuilderImplements
StatusEventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StatusEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
StatusEvent.Builder |
build()
public StatusEvent build()
Type | Description |
StatusEvent |
buildPartial()
public StatusEvent buildPartial()
Type | Description |
StatusEvent |
clear()
public StatusEvent.Builder clear()
Type | Description |
StatusEvent.Builder |
clearDescription()
public StatusEvent.Builder clearDescription()
Description of the event.
string description = 1;
Type | Description |
StatusEvent.Builder | This builder for chaining. |
clearEventTime()
public StatusEvent.Builder clearEventTime()
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
Type | Description |
StatusEvent.Builder |
clearField(Descriptors.FieldDescriptor field)
public StatusEvent.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
StatusEvent.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public StatusEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
StatusEvent.Builder |
clearTaskExecution()
public StatusEvent.Builder clearTaskExecution()
Task Execution
.google.cloud.batch.v1alpha.TaskExecution task_execution = 4;
Type | Description |
StatusEvent.Builder |
clearType()
public StatusEvent.Builder clearType()
Type of the event.
string type = 3;
Type | Description |
StatusEvent.Builder | This builder for chaining. |
clone()
public StatusEvent.Builder clone()
Type | Description |
StatusEvent.Builder |
getDefaultInstanceForType()
public StatusEvent getDefaultInstanceForType()
Type | Description |
StatusEvent |
getDescription()
public String getDescription()
Description of the event.
string description = 1;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Description of the event.
string description = 1;
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEventTime()
public Timestamp getEventTime()
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
Type | Description |
Timestamp | The eventTime. |
getEventTimeBuilder()
public Timestamp.Builder getEventTimeBuilder()
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
Type | Description |
Builder |
getEventTimeOrBuilder()
public TimestampOrBuilder getEventTimeOrBuilder()
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
Type | Description |
TimestampOrBuilder |
getTaskExecution()
public TaskExecution getTaskExecution()
Task Execution
.google.cloud.batch.v1alpha.TaskExecution task_execution = 4;
Type | Description |
TaskExecution | The taskExecution. |
getTaskExecutionBuilder()
public TaskExecution.Builder getTaskExecutionBuilder()
Task Execution
.google.cloud.batch.v1alpha.TaskExecution task_execution = 4;
Type | Description |
TaskExecution.Builder |
getTaskExecutionOrBuilder()
public TaskExecutionOrBuilder getTaskExecutionOrBuilder()
Task Execution
.google.cloud.batch.v1alpha.TaskExecution task_execution = 4;
Type | Description |
TaskExecutionOrBuilder |
getType()
public String getType()
Type of the event.
string type = 3;
Type | Description |
String | The type. |
getTypeBytes()
public ByteString getTypeBytes()
Type of the event.
string type = 3;
Type | Description |
ByteString | The bytes for type. |
hasEventTime()
public boolean hasEventTime()
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
Type | Description |
boolean | Whether the eventTime field is set. |
hasTaskExecution()
public boolean hasTaskExecution()
Task Execution
.google.cloud.batch.v1alpha.TaskExecution task_execution = 4;
Type | Description |
boolean | Whether the taskExecution field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeEventTime(Timestamp value)
public StatusEvent.Builder mergeEventTime(Timestamp value)
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
Name | Description |
value | Timestamp |
Type | Description |
StatusEvent.Builder |
mergeFrom(StatusEvent other)
public StatusEvent.Builder mergeFrom(StatusEvent other)
Name | Description |
other | StatusEvent |
Type | Description |
StatusEvent.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StatusEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
StatusEvent.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public StatusEvent.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
StatusEvent.Builder |
mergeTaskExecution(TaskExecution value)
public StatusEvent.Builder mergeTaskExecution(TaskExecution value)
Task Execution
.google.cloud.batch.v1alpha.TaskExecution task_execution = 4;
Name | Description |
value | TaskExecution |
Type | Description |
StatusEvent.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StatusEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
StatusEvent.Builder |
setDescription(String value)
public StatusEvent.Builder setDescription(String value)
Description of the event.
string description = 1;
Name | Description |
value | String The description to set. |
Type | Description |
StatusEvent.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public StatusEvent.Builder setDescriptionBytes(ByteString value)
Description of the event.
string description = 1;
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
StatusEvent.Builder | This builder for chaining. |
setEventTime(Timestamp value)
public StatusEvent.Builder setEventTime(Timestamp value)
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
Name | Description |
value | Timestamp |
Type | Description |
StatusEvent.Builder |
setEventTime(Timestamp.Builder builderForValue)
public StatusEvent.Builder setEventTime(Timestamp.Builder builderForValue)
The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
Name | Description |
builderForValue | Builder |
Type | Description |
StatusEvent.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public StatusEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
StatusEvent.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StatusEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
StatusEvent.Builder |
setTaskExecution(TaskExecution value)
public StatusEvent.Builder setTaskExecution(TaskExecution value)
Task Execution
.google.cloud.batch.v1alpha.TaskExecution task_execution = 4;
Name | Description |
value | TaskExecution |
Type | Description |
StatusEvent.Builder |
setTaskExecution(TaskExecution.Builder builderForValue)
public StatusEvent.Builder setTaskExecution(TaskExecution.Builder builderForValue)
Task Execution
.google.cloud.batch.v1alpha.TaskExecution task_execution = 4;
Name | Description |
builderForValue | TaskExecution.Builder |
Type | Description |
StatusEvent.Builder |
setType(String value)
public StatusEvent.Builder setType(String value)
Type of the event.
string type = 3;
Name | Description |
value | String The type to set. |
Type | Description |
StatusEvent.Builder | This builder for chaining. |
setTypeBytes(ByteString value)
public StatusEvent.Builder setTypeBytes(ByteString value)
Type of the event.
string type = 3;
Name | Description |
value | ByteString The bytes for type to set. |
Type | Description |
StatusEvent.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final StatusEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
StatusEvent.Builder |