public interface ReportAssetFramesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Parent of the resource.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentBytes()
Required. Parent of the resource.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasFrames()
Collection of frames data.
.google.cloud.migrationcenter.v1.Frames frames = 2;Frames getFrames()
Collection of frames data.
.google.cloud.migrationcenter.v1.Frames frames = 2;FramesOrBuilder getFramesOrBuilder()
Collection of frames data.
.google.cloud.migrationcenter.v1.Frames frames = 2;String getSource()
Required. Reference to a source.
string source = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getSourceBytes()
Required. Reference to a source.
string source = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2024 Google LLC. All rights reserved.