public final class ListClientTlsPoliciesResponse extends GeneratedMessageV3 implements ListClientTlsPoliciesResponseOrBuilder
Response returned by the ListClientTlsPolicies method.
Protobuf type google.cloud.networksecurity.v1beta1.ListClientTlsPoliciesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CLIENT_TLS_POLICIES_FIELD_NUMBER
public static final int CLIENT_TLS_POLICIES_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 ListClientTlsPoliciesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ListClientTlsPoliciesResponse.Builder newBuilder()
newBuilder(ListClientTlsPoliciesResponse prototype)
public static ListClientTlsPoliciesResponse.Builder newBuilder(ListClientTlsPoliciesResponse prototype)
public static ListClientTlsPoliciesResponse parseDelimitedFrom(InputStream input)
public static ListClientTlsPoliciesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ListClientTlsPoliciesResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListClientTlsPoliciesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ListClientTlsPoliciesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListClientTlsPoliciesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListClientTlsPoliciesResponse parseFrom(CodedInputStream input)
public static ListClientTlsPoliciesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListClientTlsPoliciesResponse parseFrom(InputStream input)
public static ListClientTlsPoliciesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ListClientTlsPoliciesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListClientTlsPoliciesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ListClientTlsPoliciesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getClientTlsPolicies(int index)
public ClientTlsPolicy getClientTlsPolicies(int index)
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
Parameter |
---|
Name | Description |
index | int
|
getClientTlsPoliciesCount()
public int getClientTlsPoliciesCount()
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
Returns |
---|
Type | Description |
int | |
getClientTlsPoliciesList()
public List<ClientTlsPolicy> getClientTlsPoliciesList()
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
getClientTlsPoliciesOrBuilder(int index)
public ClientTlsPolicyOrBuilder getClientTlsPoliciesOrBuilder(int index)
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
Parameter |
---|
Name | Description |
index | int
|
getClientTlsPoliciesOrBuilderList()
public List<? extends ClientTlsPolicyOrBuilder> getClientTlsPoliciesOrBuilderList()
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.networksecurity.v1beta1.ClientTlsPolicyOrBuilder> | |
getDefaultInstanceForType()
public ListClientTlsPoliciesResponse getDefaultInstanceForType()
getNextPageToken()
public String getNextPageToken()
If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this
method again using the value of next_page_token
as page_token
.
string next_page_token = 2;
Returns |
---|
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this
method again using the value of next_page_token
as page_token
.
string next_page_token = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListClientTlsPoliciesResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ListClientTlsPoliciesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListClientTlsPoliciesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ListClientTlsPoliciesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides