public interface CheckOnboardingStatusResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFindings(int index)
public abstract CheckOnboardingStatusResponse.Finding getFindings(int index)
List of issues that are preventing PAM from functioning for this resource and need to be fixed to complete onboarding. Some issues might not be detected or reported.
repeated .google.cloud.privilegedaccessmanager.v1.CheckOnboardingStatusResponse.Finding findings = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckOnboardingStatusResponse.Finding |
getFindingsCount()
public abstract int getFindingsCount()
List of issues that are preventing PAM from functioning for this resource and need to be fixed to complete onboarding. Some issues might not be detected or reported.
repeated .google.cloud.privilegedaccessmanager.v1.CheckOnboardingStatusResponse.Finding findings = 2;
Returns | |
---|---|
Type | Description |
int |
getFindingsList()
public abstract List<CheckOnboardingStatusResponse.Finding> getFindingsList()
List of issues that are preventing PAM from functioning for this resource and need to be fixed to complete onboarding. Some issues might not be detected or reported.
repeated .google.cloud.privilegedaccessmanager.v1.CheckOnboardingStatusResponse.Finding findings = 2;
Returns | |
---|---|
Type | Description |
List<Finding> |
getFindingsOrBuilder(int index)
public abstract CheckOnboardingStatusResponse.FindingOrBuilder getFindingsOrBuilder(int index)
List of issues that are preventing PAM from functioning for this resource and need to be fixed to complete onboarding. Some issues might not be detected or reported.
repeated .google.cloud.privilegedaccessmanager.v1.CheckOnboardingStatusResponse.Finding findings = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CheckOnboardingStatusResponse.FindingOrBuilder |
getFindingsOrBuilderList()
public abstract List<? extends CheckOnboardingStatusResponse.FindingOrBuilder> getFindingsOrBuilderList()
List of issues that are preventing PAM from functioning for this resource and need to be fixed to complete onboarding. Some issues might not be detected or reported.
repeated .google.cloud.privilegedaccessmanager.v1.CheckOnboardingStatusResponse.Finding findings = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.privilegedaccessmanager.v1.CheckOnboardingStatusResponse.FindingOrBuilder> |
getServiceAccount()
public abstract String getServiceAccount()
The service account that PAM uses to act on this resource.
string service_account = 1;
Returns | |
---|---|
Type | Description |
String |
The serviceAccount. |
getServiceAccountBytes()
public abstract ByteString getServiceAccountBytes()
The service account that PAM uses to act on this resource.
string service_account = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serviceAccount. |