Package com.google.cloud.clouddms.v1
Interface BackgroundJobLogEntry.SeedJobDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BackgroundJobLogEntry.SeedJobDetails
,BackgroundJobLogEntry.SeedJobDetails.Builder
- Enclosing class:
- BackgroundJobLogEntry
public static interface BackgroundJobLogEntry.SeedJobDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConnectionProfile()
Output only.com.google.protobuf.ByteString
getConnectionProfileBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConnectionProfile
String getConnectionProfile()
Output only. The connection profile which was used for the seed job.
string connection_profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The connectionProfile.
-
getConnectionProfileBytes
com.google.protobuf.ByteString getConnectionProfileBytes()
Output only. The connection profile which was used for the seed job.
string connection_profile = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for connectionProfile.
-
-