- 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 LogsPolicy.Builder extends GeneratedMessageV3.Builder<LogsPolicy.Builder> implements LogsPolicyOrBuilder
LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be preserved.
Protobuf type google.cloud.batch.v1.LogsPolicy
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > LogsPolicy.BuilderImplements
LogsPolicyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LogsPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
LogsPolicy.Builder |
build()
public LogsPolicy build()
Type | Description |
LogsPolicy |
buildPartial()
public LogsPolicy buildPartial()
Type | Description |
LogsPolicy |
clear()
public LogsPolicy.Builder clear()
Type | Description |
LogsPolicy.Builder |
clearDestination()
public LogsPolicy.Builder clearDestination()
Where logs should be saved.
.google.cloud.batch.v1.LogsPolicy.Destination destination = 1;
Type | Description |
LogsPolicy.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public LogsPolicy.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
LogsPolicy.Builder |
clearLogsPath()
public LogsPolicy.Builder clearLogsPath()
The path to which logs are saved when the destination = PATH. This can be a local filepath on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
string logs_path = 2;
Type | Description |
LogsPolicy.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public LogsPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
LogsPolicy.Builder |
clone()
public LogsPolicy.Builder clone()
Type | Description |
LogsPolicy.Builder |
getDefaultInstanceForType()
public LogsPolicy getDefaultInstanceForType()
Type | Description |
LogsPolicy |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDestination()
public LogsPolicy.Destination getDestination()
Where logs should be saved.
.google.cloud.batch.v1.LogsPolicy.Destination destination = 1;
Type | Description |
LogsPolicy.Destination | The destination. |
getDestinationValue()
public int getDestinationValue()
Where logs should be saved.
.google.cloud.batch.v1.LogsPolicy.Destination destination = 1;
Type | Description |
int | The enum numeric value on the wire for destination. |
getLogsPath()
public String getLogsPath()
The path to which logs are saved when the destination = PATH. This can be a local filepath on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
string logs_path = 2;
Type | Description |
String | The logsPath. |
getLogsPathBytes()
public ByteString getLogsPathBytes()
The path to which logs are saved when the destination = PATH. This can be a local filepath on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
string logs_path = 2;
Type | Description |
ByteString | The bytes for logsPath. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(LogsPolicy other)
public LogsPolicy.Builder mergeFrom(LogsPolicy other)
Name | Description |
other | LogsPolicy |
Type | Description |
LogsPolicy.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LogsPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
LogsPolicy.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public LogsPolicy.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
LogsPolicy.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LogsPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
LogsPolicy.Builder |
setDestination(LogsPolicy.Destination value)
public LogsPolicy.Builder setDestination(LogsPolicy.Destination value)
Where logs should be saved.
.google.cloud.batch.v1.LogsPolicy.Destination destination = 1;
Name | Description |
value | LogsPolicy.Destination The destination to set. |
Type | Description |
LogsPolicy.Builder | This builder for chaining. |
setDestinationValue(int value)
public LogsPolicy.Builder setDestinationValue(int value)
Where logs should be saved.
.google.cloud.batch.v1.LogsPolicy.Destination destination = 1;
Name | Description |
value | int The enum numeric value on the wire for destination to set. |
Type | Description |
LogsPolicy.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public LogsPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
LogsPolicy.Builder |
setLogsPath(String value)
public LogsPolicy.Builder setLogsPath(String value)
The path to which logs are saved when the destination = PATH. This can be a local filepath on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
string logs_path = 2;
Name | Description |
value | String The logsPath to set. |
Type | Description |
LogsPolicy.Builder | This builder for chaining. |
setLogsPathBytes(ByteString value)
public LogsPolicy.Builder setLogsPathBytes(ByteString value)
The path to which logs are saved when the destination = PATH. This can be a local filepath on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
string logs_path = 2;
Name | Description |
value | ByteString The bytes for logsPath to set. |
Type | Description |
LogsPolicy.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LogsPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
LogsPolicy.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final LogsPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
LogsPolicy.Builder |