Class ListCustomConstraintsResponse (2.44.0)

public final class ListCustomConstraintsResponse extends GeneratedMessageV3 implements ListCustomConstraintsResponseOrBuilder

The response returned from the [ListCustomConstraints] [google.cloud.orgpolicy.v2.OrgPolicy.ListCustomConstraints] method. It will be empty if no custom constraints are set on the organization resource.

Protobuf type google.cloud.orgpolicy.v2.ListCustomConstraintsResponse

Static Fields

CUSTOM_CONSTRAINTS_FIELD_NUMBER

public static final int CUSTOM_CONSTRAINTS_FIELD_NUMBER
Field Value
Type Description
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListCustomConstraintsResponse getDefaultInstance()
Returns
Type Description
ListCustomConstraintsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListCustomConstraintsResponse.Builder newBuilder()
Returns
Type Description
ListCustomConstraintsResponse.Builder

newBuilder(ListCustomConstraintsResponse prototype)

public static ListCustomConstraintsResponse.Builder newBuilder(ListCustomConstraintsResponse prototype)
Parameter
Name Description
prototype ListCustomConstraintsResponse
Returns
Type Description
ListCustomConstraintsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListCustomConstraintsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListCustomConstraintsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListCustomConstraintsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListCustomConstraintsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListCustomConstraintsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListCustomConstraintsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListCustomConstraintsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListCustomConstraintsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListCustomConstraintsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListCustomConstraintsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListCustomConstraintsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListCustomConstraintsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCustomConstraintsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListCustomConstraintsResponse> parser()
Returns
Type Description
Parser<ListCustomConstraintsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCustomConstraints(int index)

public CustomConstraint getCustomConstraints(int index)

All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.

repeated .google.cloud.orgpolicy.v2.CustomConstraint custom_constraints = 1;

Parameter
Name Description
index int
Returns
Type Description
CustomConstraint

getCustomConstraintsCount()

public int getCustomConstraintsCount()

All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.

repeated .google.cloud.orgpolicy.v2.CustomConstraint custom_constraints = 1;

Returns
Type Description
int

getCustomConstraintsList()

public List<CustomConstraint> getCustomConstraintsList()

All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.

repeated .google.cloud.orgpolicy.v2.CustomConstraint custom_constraints = 1;

Returns
Type Description
List<CustomConstraint>

getCustomConstraintsOrBuilder(int index)

public CustomConstraintOrBuilder getCustomConstraintsOrBuilder(int index)

All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.

repeated .google.cloud.orgpolicy.v2.CustomConstraint custom_constraints = 1;

Parameter
Name Description
index int
Returns
Type Description
CustomConstraintOrBuilder

getCustomConstraintsOrBuilderList()

public List<? extends CustomConstraintOrBuilder> getCustomConstraintsOrBuilderList()

All custom constraints that exist on the organization resource. It will be empty if no custom constraints are set.

repeated .google.cloud.orgpolicy.v2.CustomConstraint custom_constraints = 1;

Returns
Type Description
List<? extends com.google.cloud.orgpolicy.v2.CustomConstraintOrBuilder>

getDefaultInstanceForType()

public ListCustomConstraintsResponse getDefaultInstanceForType()
Returns
Type Description
ListCustomConstraintsResponse

getNextPageToken()

public String getNextPageToken()

Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Page token used to retrieve the next page. This is currently not used, but the server may at any point start supplying a valid token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListCustomConstraintsResponse> getParserForType()
Returns
Type Description
Parser<ListCustomConstraintsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListCustomConstraintsResponse.Builder newBuilderForType()
Returns
Type Description
ListCustomConstraintsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListCustomConstraintsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListCustomConstraintsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListCustomConstraintsResponse.Builder toBuilder()
Returns
Type Description
ListCustomConstraintsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException