public static final class CheckOnboardingStatusResponse.Builder extends GeneratedMessageV3.Builder<CheckOnboardingStatusResponse.Builder> implements CheckOnboardingStatusResponseOrBuilder
Response message for CheckOnboardingStatus
method.
Protobuf type google.cloud.privilegedaccessmanager.v1.CheckOnboardingStatusResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllFindings(Iterable<? extends CheckOnboardingStatusResponse.Finding> values)
public CheckOnboardingStatusResponse.Builder addAllFindings(Iterable<? extends CheckOnboardingStatusResponse.Finding> values)
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 |
values |
Iterable<? extends com.google.cloud.privilegedaccessmanager.v1.CheckOnboardingStatusResponse.Finding>
|
addFindings(CheckOnboardingStatusResponse.Finding value)
public CheckOnboardingStatusResponse.Builder addFindings(CheckOnboardingStatusResponse.Finding value)
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;
addFindings(CheckOnboardingStatusResponse.Finding.Builder builderForValue)
public CheckOnboardingStatusResponse.Builder addFindings(CheckOnboardingStatusResponse.Finding.Builder builderForValue)
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;
addFindings(int index, CheckOnboardingStatusResponse.Finding value)
public CheckOnboardingStatusResponse.Builder addFindings(int index, CheckOnboardingStatusResponse.Finding value)
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;
addFindings(int index, CheckOnboardingStatusResponse.Finding.Builder builderForValue)
public CheckOnboardingStatusResponse.Builder addFindings(int index, CheckOnboardingStatusResponse.Finding.Builder builderForValue)
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;
addFindingsBuilder()
public CheckOnboardingStatusResponse.Finding.Builder addFindingsBuilder()
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;
addFindingsBuilder(int index)
public CheckOnboardingStatusResponse.Finding.Builder addFindingsBuilder(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
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CheckOnboardingStatusResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public CheckOnboardingStatusResponse build()
buildPartial()
public CheckOnboardingStatusResponse buildPartial()
clear()
public CheckOnboardingStatusResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public CheckOnboardingStatusResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearFindings()
public CheckOnboardingStatusResponse.Builder clearFindings()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public CheckOnboardingStatusResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearServiceAccount()
public CheckOnboardingStatusResponse.Builder clearServiceAccount()
The service account that PAM uses to act on this resource.
string service_account = 1;
clone()
public CheckOnboardingStatusResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public CheckOnboardingStatusResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFindings(int index)
public 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
|
getFindingsBuilder(int index)
public CheckOnboardingStatusResponse.Finding.Builder getFindingsBuilder(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
|
getFindingsBuilderList()
public List<CheckOnboardingStatusResponse.Finding.Builder> getFindingsBuilderList()
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;
getFindingsCount()
public 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 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;
getFindingsOrBuilder(int index)
public 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
|
getFindingsOrBuilderList()
public 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 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 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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(CheckOnboardingStatusResponse other)
public CheckOnboardingStatusResponse.Builder mergeFrom(CheckOnboardingStatusResponse other)
public CheckOnboardingStatusResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public CheckOnboardingStatusResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CheckOnboardingStatusResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeFindings(int index)
public CheckOnboardingStatusResponse.Builder removeFindings(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
|
setField(Descriptors.FieldDescriptor field, Object value)
public CheckOnboardingStatusResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setFindings(int index, CheckOnboardingStatusResponse.Finding value)
public CheckOnboardingStatusResponse.Builder setFindings(int index, CheckOnboardingStatusResponse.Finding value)
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;
setFindings(int index, CheckOnboardingStatusResponse.Finding.Builder builderForValue)
public CheckOnboardingStatusResponse.Builder setFindings(int index, CheckOnboardingStatusResponse.Finding.Builder builderForValue)
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;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CheckOnboardingStatusResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setServiceAccount(String value)
public CheckOnboardingStatusResponse.Builder setServiceAccount(String value)
The service account that PAM uses to act on this resource.
string service_account = 1;
Parameter |
Name |
Description |
value |
String
The serviceAccount to set.
|
setServiceAccountBytes(ByteString value)
public CheckOnboardingStatusResponse.Builder setServiceAccountBytes(ByteString value)
The service account that PAM uses to act on this resource.
string service_account = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for serviceAccount to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final CheckOnboardingStatusResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides