Interface ResourceEnrollmentStatusOrBuilder (0.3.0)

public interface ResourceEnrollmentStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

Output only. Display name of the project/folder/organization.

string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Output only. Display name of the project/folder/organization.

string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for displayName.

getEnrolled() (deprecated)

public abstract boolean getEnrolled()

Deprecated. google.cloud.auditmanager.v1.ResourceEnrollmentStatus.enrolled is deprecated. See google/cloud/auditmanager/v1/auditmanager.proto;l=595

Output only. Is resource enrolled.

bool enrolled = 3 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The enrolled.

getEnrollment()

public abstract Enrollment getEnrollment()

Output only. Enrollment which contains enrolled destination details for a resource

.google.cloud.auditmanager.v1.Enrollment enrollment = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Enrollment

The enrollment.

getEnrollmentOrBuilder()

public abstract EnrollmentOrBuilder getEnrollmentOrBuilder()

Output only. Enrollment which contains enrolled destination details for a resource

.google.cloud.auditmanager.v1.Enrollment enrollment = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
EnrollmentOrBuilder

getEnrollmentState()

public abstract ResourceEnrollmentStatus.ResourceEnrollmentState getEnrollmentState()

Output only. Enrollment state of the resource.

.google.cloud.auditmanager.v1.ResourceEnrollmentStatus.ResourceEnrollmentState enrollment_state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ResourceEnrollmentStatus.ResourceEnrollmentState

The enrollmentState.

getEnrollmentStateValue()

public abstract int getEnrollmentStateValue()

Output only. Enrollment state of the resource.

.google.cloud.auditmanager.v1.ResourceEnrollmentStatus.ResourceEnrollmentState enrollment_state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for enrollmentState.

getName()

public abstract String getName()

Identifier. The name of this resource.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The name of this resource.

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

Returns
Type Description
ByteString

The bytes for name.

hasEnrollment()

public abstract boolean hasEnrollment()

Output only. Enrollment which contains enrolled destination details for a resource

.google.cloud.auditmanager.v1.Enrollment enrollment = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the enrollment field is set.