public interface OutputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract OutputConfig.DestinationCase getDestinationCase()| Returns | |
|---|---|
| Type | Description |
OutputConfig.DestinationCase |
|
getGcsDestination()
public abstract GcsDestination getGcsDestination()Destination on Cloud Storage.
.google.cloud.asset.v1p2beta1.GcsDestination gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
GcsDestination |
The gcsDestination. |
getGcsDestinationOrBuilder()
public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()Destination on Cloud Storage.
.google.cloud.asset.v1p2beta1.GcsDestination gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
GcsDestinationOrBuilder |
|
hasGcsDestination()
public abstract boolean hasGcsDestination()Destination on Cloud Storage.
.google.cloud.asset.v1p2beta1.GcsDestination gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsDestination field is set. |