public static final class ListAclsResponse.Builder extends GeneratedMessageV3.Builder<ListAclsResponse.Builder> implements ListAclsResponseOrBuilder
Response for ListAcls.
Protobuf type google.cloud.managedkafka.v1.ListAclsResponse
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
addAcls(Acl value)
public ListAclsResponse.Builder addAcls(Acl value)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Parameter |
Name |
Description |
value |
Acl
|
addAcls(Acl.Builder builderForValue)
public ListAclsResponse.Builder addAcls(Acl.Builder builderForValue)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
addAcls(int index, Acl value)
public ListAclsResponse.Builder addAcls(int index, Acl value)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Parameters |
Name |
Description |
index |
int
|
value |
Acl
|
addAcls(int index, Acl.Builder builderForValue)
public ListAclsResponse.Builder addAcls(int index, Acl.Builder builderForValue)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
addAclsBuilder()
public Acl.Builder addAclsBuilder()
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
addAclsBuilder(int index)
public Acl.Builder addAclsBuilder(int index)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Parameter |
Name |
Description |
index |
int
|
addAllAcls(Iterable<? extends Acl> values)
public ListAclsResponse.Builder addAllAcls(Iterable<? extends Acl> values)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.managedkafka.v1.Acl>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListAclsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListAclsResponse build()
buildPartial()
public ListAclsResponse buildPartial()
clear()
public ListAclsResponse.Builder clear()
Overrides
clearAcls()
public ListAclsResponse.Builder clearAcls()
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
clearField(Descriptors.FieldDescriptor field)
public ListAclsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListAclsResponse.Builder clearNextPageToken()
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAclsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ListAclsResponse.Builder clone()
Overrides
getAcls(int index)
public Acl getAcls(int index)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Acl |
|
getAclsBuilder(int index)
public Acl.Builder getAclsBuilder(int index)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Parameter |
Name |
Description |
index |
int
|
getAclsBuilderList()
public List<Acl.Builder> getAclsBuilderList()
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
getAclsCount()
public int getAclsCount()
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Returns |
Type |
Description |
int |
|
getAclsList()
public List<Acl> getAclsList()
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
getAclsOrBuilder(int index)
public AclOrBuilder getAclsOrBuilder(int index)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Parameter |
Name |
Description |
index |
int
|
getAclsOrBuilderList()
public List<? extends AclOrBuilder> getAclsOrBuilderList()
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.managedkafka.v1.AclOrBuilder> |
|
getDefaultInstanceForType()
public ListAclsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListAclsResponse other)
public ListAclsResponse.Builder mergeFrom(ListAclsResponse other)
public ListAclsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListAclsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAclsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeAcls(int index)
public ListAclsResponse.Builder removeAcls(int index)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Parameter |
Name |
Description |
index |
int
|
setAcls(int index, Acl value)
public ListAclsResponse.Builder setAcls(int index, Acl value)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
Parameters |
Name |
Description |
index |
int
|
value |
Acl
|
setAcls(int index, Acl.Builder builderForValue)
public ListAclsResponse.Builder setAcls(int index, Acl.Builder builderForValue)
The list of acls in the requested parent. The order of the acls is
unspecified.
repeated .google.cloud.managedkafka.v1.Acl acls = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public ListAclsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListAclsResponse.Builder setNextPageToken(String value)
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListAclsResponse.Builder setNextPageTokenBytes(ByteString value)
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAclsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAclsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides