public interface ReportAssetFramesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFrames()
public abstract Frames getFrames()Collection of frames data.
.google.cloud.migrationcenter.v1.Frames frames = 2;
| Returns | |
|---|---|
| Type | Description |
Frames |
The frames. |
getFramesOrBuilder()
public abstract FramesOrBuilder getFramesOrBuilder()Collection of frames data.
.google.cloud.migrationcenter.v1.Frames frames = 2;
| Returns | |
|---|---|
| Type | Description |
FramesOrBuilder |
|
getParent()
public abstract String getParent()Required. Parent of the resource.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Parent of the resource.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getSource()
public abstract String getSource()Required. Reference to a source.
string source = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The source. |
getSourceBytes()
public abstract ByteString getSourceBytes()Required. Reference to a source.
string source = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for source. |
hasFrames()
public abstract boolean hasFrames()Collection of frames data.
.google.cloud.migrationcenter.v1.Frames frames = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the frames field is set. |