public final class ListOSPolicyAssignmentsResponse extends GeneratedMessage implements ListOSPolicyAssignmentsResponseOrBuilderA response message for listing all assignments under given parent.
Protobuf type google.cloud.osconfig.v1.ListOSPolicyAssignmentsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListOSPolicyAssignmentsResponseImplements
ListOSPolicyAssignmentsResponseOrBuilderStatic Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
OS_POLICY_ASSIGNMENTS_FIELD_NUMBER
public static final int OS_POLICY_ASSIGNMENTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ListOSPolicyAssignmentsResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ListOSPolicyAssignmentsResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse.Builder |
|
newBuilder(ListOSPolicyAssignmentsResponse prototype)
public static ListOSPolicyAssignmentsResponse.Builder newBuilder(ListOSPolicyAssignmentsResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ListOSPolicyAssignmentsResponse |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ListOSPolicyAssignmentsResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListOSPolicyAssignmentsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ListOSPolicyAssignmentsResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListOSPolicyAssignmentsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ListOSPolicyAssignmentsResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListOSPolicyAssignmentsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ListOSPolicyAssignmentsResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListOSPolicyAssignmentsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ListOSPolicyAssignmentsResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListOSPolicyAssignmentsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ListOSPolicyAssignmentsResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListOSPolicyAssignmentsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ListOSPolicyAssignmentsResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ListOSPolicyAssignmentsResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ListOSPolicyAssignmentsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse |
|
getNextPageToken()
public String getNextPageToken()The pagination token to retrieve the next page of OS policy assignments.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()The pagination token to retrieve the next page of OS policy assignments.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getOsPolicyAssignments(int index)
public OSPolicyAssignment getOsPolicyAssignments(int index)The list of assignments
repeated .google.cloud.osconfig.v1.OSPolicyAssignment os_policy_assignments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OSPolicyAssignment |
|
getOsPolicyAssignmentsCount()
public int getOsPolicyAssignmentsCount()The list of assignments
repeated .google.cloud.osconfig.v1.OSPolicyAssignment os_policy_assignments = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getOsPolicyAssignmentsList()
public List<OSPolicyAssignment> getOsPolicyAssignmentsList()The list of assignments
repeated .google.cloud.osconfig.v1.OSPolicyAssignment os_policy_assignments = 1;
| Returns | |
|---|---|
| Type | Description |
List<OSPolicyAssignment> |
|
getOsPolicyAssignmentsOrBuilder(int index)
public OSPolicyAssignmentOrBuilder getOsPolicyAssignmentsOrBuilder(int index)The list of assignments
repeated .google.cloud.osconfig.v1.OSPolicyAssignment os_policy_assignments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OSPolicyAssignmentOrBuilder |
|
getOsPolicyAssignmentsOrBuilderList()
public List<? extends OSPolicyAssignmentOrBuilder> getOsPolicyAssignmentsOrBuilderList()The list of assignments
repeated .google.cloud.osconfig.v1.OSPolicyAssignment os_policy_assignments = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.osconfig.v1.OSPolicyAssignmentOrBuilder> |
|
getParserForType()
public Parser<ListOSPolicyAssignmentsResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ListOSPolicyAssignmentsResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ListOSPolicyAssignmentsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ListOSPolicyAssignmentsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse.Builder |
|
toBuilder()
public ListOSPolicyAssignmentsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ListOSPolicyAssignmentsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|