Interface ReportAssetFramesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportAssetFramesRequest
,ReportAssetFramesRequest.Builder
public interface ReportAssetFramesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Frames
getFrames()
Collection of frames data.FramesOrBuilder
getFramesOrBuilder()
Collection of frames data.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.String
getSource()
Required.com.google.protobuf.ByteString
getSourceBytes()
Required.boolean
hasFrames()
Collection of frames data.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. Parent of the resource.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. Parent of the resource.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for parent.
-
hasFrames
boolean hasFrames()
Collection of frames data.
.google.cloud.migrationcenter.v1.Frames frames = 2;
- Returns:
- Whether the frames field is set.
-
getFrames
Frames getFrames()
Collection of frames data.
.google.cloud.migrationcenter.v1.Frames frames = 2;
- Returns:
- The frames.
-
getFramesOrBuilder
FramesOrBuilder getFramesOrBuilder()
Collection of frames data.
.google.cloud.migrationcenter.v1.Frames frames = 2;
-
getSource
String getSource()
Required. Reference to a source.
string source = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()
Required. Reference to a source.
string source = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for source.
-
-