Send feedback
Class CsmSettings (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.2.0 keyboard_arrow_down
public final class CsmSettings extends GeneratedMessageV3 implements CsmSettingsOrBuilder
Configuration for RCToken generated for service mesh workloads protected by
IAP. RCToken are IAP generated JWTs that can be verified at the application.
The RCToken is primarily used for service mesh deployments, and can be scoped
to a single mesh by configuring the audience field accordingly.
Protobuf type google.cloud.iap.v1.CsmSettings
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
RCTOKEN_AUD_FIELD_NUMBER
public static final int RCTOKEN_AUD_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static CsmSettings getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CsmSettings . Builder newBuilder ()
newBuilder(CsmSettings prototype)
public static CsmSettings . Builder newBuilder ( CsmSettings prototype )
public static CsmSettings parseDelimitedFrom ( InputStream input )
public static CsmSettings parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CsmSettings parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CsmSettings parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CsmSettings parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CsmSettings parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CsmSettings parseFrom ( CodedInputStream input )
public static CsmSettings parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CsmSettings parseFrom ( InputStream input )
public static CsmSettings parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CsmSettings parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CsmSettings parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CsmSettings> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public CsmSettings getDefaultInstanceForType ()
getParserForType()
public Parser<CsmSettings> getParserForType ()
Overrides
getRctokenAud()
public StringValue getRctokenAud ()
Audience claim set in the generated RCToken. This value is not validated by
IAP.
.google.protobuf.StringValue rctoken_aud = 1;
getRctokenAudOrBuilder()
public StringValueOrBuilder getRctokenAudOrBuilder ()
Audience claim set in the generated RCToken. This value is not validated by
IAP.
.google.protobuf.StringValue rctoken_aud = 1;
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasRctokenAud()
public boolean hasRctokenAud ()
Audience claim set in the generated RCToken. This value is not validated by
IAP.
.google.protobuf.StringValue rctoken_aud = 1;
Returns
Type
Description
boolean
Whether the rctokenAud field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CsmSettings . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CsmSettings . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public CsmSettings . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]