Interface EnrollResourceRequest.EligibleDestinationOrBuilder (0.3.0)

public static interface EnrollResourceRequest.EligibleDestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEligibleDestinationsCase()

public abstract EnrollResourceRequest.EligibleDestination.EligibleDestinationsCase getEligibleDestinationsCase()
Returns
Type Description
EnrollResourceRequest.EligibleDestination.EligibleDestinationsCase

getEligibleGcsBucket()

public abstract String getEligibleGcsBucket()

The Cloud Storage bucket location where the audit report and evidences can be uploaded during the GenerateAuditReport API call.

string eligible_gcs_bucket = 3;

Returns
Type Description
String

The eligibleGcsBucket.

getEligibleGcsBucketBytes()

public abstract ByteString getEligibleGcsBucketBytes()

The Cloud Storage bucket location where the audit report and evidences can be uploaded during the GenerateAuditReport API call.

string eligible_gcs_bucket = 3;

Returns
Type Description
ByteString

The bytes for eligibleGcsBucket.

hasEligibleGcsBucket()

public abstract boolean hasEligibleGcsBucket()

The Cloud Storage bucket location where the audit report and evidences can be uploaded during the GenerateAuditReport API call.

string eligible_gcs_bucket = 3;

Returns
Type Description
boolean

Whether the eligibleGcsBucket field is set.