Interface ReportAssetFramesRequestOrBuilder (0.22.0)

public interface ReportAssetFramesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFrames()

public abstract Frames getFrames()

Collection of frames data.

.google.cloud.migrationcenter.v1.Frames frames = 2;

Returns
TypeDescription
Frames

The frames.

getFramesOrBuilder()

public abstract FramesOrBuilder getFramesOrBuilder()

Collection of frames data.

.google.cloud.migrationcenter.v1.Frames frames = 2;

Returns
TypeDescription
FramesOrBuilder

getParent()

public abstract String getParent()

Required. Parent of the resource.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Parent of the resource.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for source.

hasFrames()

public abstract boolean hasFrames()

Collection of frames data.

.google.cloud.migrationcenter.v1.Frames frames = 2;

Returns
TypeDescription
boolean

Whether the frames field is set.