Interface EnrollmentOrBuilder (0.3.0)

public interface EnrollmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationDetails(int index)

public abstract DestinationDetails getDestinationDetails(int index)

Output only. The locations where the generated reports can be uploaded.

repeated .google.cloud.auditmanager.v1.DestinationDetails destination_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DestinationDetails

getDestinationDetailsCount()

public abstract int getDestinationDetailsCount()

Output only. The locations where the generated reports can be uploaded.

repeated .google.cloud.auditmanager.v1.DestinationDetails destination_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getDestinationDetailsList()

public abstract List<DestinationDetails> getDestinationDetailsList()

Output only. The locations where the generated reports can be uploaded.

repeated .google.cloud.auditmanager.v1.DestinationDetails destination_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<DestinationDetails>

getDestinationDetailsOrBuilder(int index)

public abstract DestinationDetailsOrBuilder getDestinationDetailsOrBuilder(int index)

Output only. The locations where the generated reports can be uploaded.

repeated .google.cloud.auditmanager.v1.DestinationDetails destination_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DestinationDetailsOrBuilder

getDestinationDetailsOrBuilderList()

public abstract List<? extends DestinationDetailsOrBuilder> getDestinationDetailsOrBuilderList()

Output only. The locations where the generated reports can be uploaded.

repeated .google.cloud.auditmanager.v1.DestinationDetails destination_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.auditmanager.v1.DestinationDetailsOrBuilder>

getName()

public abstract String getName()

Identifier. The name of this Enrollment, in the format of scope given in request.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The name of this Enrollment, in the format of scope given in request.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.