public interface ExportAssetsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOutputConfig()
public abstract OutputConfig getOutputConfig()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p2beta1.OutputConfig output_config = 2;
Returns | |
---|---|
Type | Description |
OutputConfig |
The outputConfig. |
getOutputConfigOrBuilder()
public abstract OutputConfigOrBuilder getOutputConfigOrBuilder()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p2beta1.OutputConfig output_config = 2;
Returns | |
---|---|
Type | Description |
OutputConfigOrBuilder |
getReadTime()
public abstract Timestamp getReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Returns | |
---|---|
Type | Description |
Timestamp |
The readTime. |
getReadTimeOrBuilder()
public abstract TimestampOrBuilder getReadTimeOrBuilder()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasOutputConfig()
public abstract boolean hasOutputConfig()
Output configuration indicating where the results were output to.
.google.cloud.asset.v1p2beta1.OutputConfig output_config = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the outputConfig field is set. |
hasReadTime()
public abstract boolean hasReadTime()
Time the snapshot was taken.
.google.protobuf.Timestamp read_time = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the readTime field is set. |