Interface TransferProto.DeleteTransferJobRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransferProto.DeleteTransferJobRequest,TransferProto.DeleteTransferJobRequest.Builder
- Enclosing class:
- TransferProto
public static interface TransferProto.DeleteTransferJobRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetJobName()Required.com.google.protobuf.ByteStringgetJobNameBytes()Required.StringgetProjectId()Required.com.google.protobuf.ByteStringgetProjectIdBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobName
String getJobName()
Required. The job to delete.
string job_name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The jobName.
-
getJobNameBytes
com.google.protobuf.ByteString getJobNameBytes()
Required. The job to delete.
string job_name = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for jobName.
-
getProjectId
String getProjectId()
Required. The ID of the Google Cloud project that owns the job.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
Required. The ID of the Google Cloud project that owns the job.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for projectId.
-
-