public final class IapSettings extends GeneratedMessageV3 implements IapSettingsOrBuilder
The IAP configurable settings.
Protobuf type google.cloud.iap.v1.IapSettings
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > IapSettingsImplements
IapSettingsOrBuilderStatic Fields
ACCESS_SETTINGS_FIELD_NUMBER
public static final int ACCESS_SETTINGS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
APPLICATION_SETTINGS_FIELD_NUMBER
public static final int APPLICATION_SETTINGS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static IapSettings getDefaultInstance()
Returns | |
---|---|
Type | Description |
IapSettings |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static IapSettings.Builder newBuilder()
Returns | |
---|---|
Type | Description |
IapSettings.Builder |
newBuilder(IapSettings prototype)
public static IapSettings.Builder newBuilder(IapSettings prototype)
Parameter | |
---|---|
Name | Description |
prototype |
IapSettings |
Returns | |
---|---|
Type | Description |
IapSettings.Builder |
parseDelimitedFrom(InputStream input)
public static IapSettings parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IapSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static IapSettings parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IapSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static IapSettings parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IapSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static IapSettings parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IapSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static IapSettings parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IapSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static IapSettings parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IapSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
IapSettings |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<IapSettings> parser()
Returns | |
---|---|
Type | Description |
Parser<IapSettings> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getAccessSettings()
public AccessSettings getAccessSettings()
Top level wrapper for all access related setting in IAP
.google.cloud.iap.v1.AccessSettings access_settings = 5;
Returns | |
---|---|
Type | Description |
AccessSettings |
The accessSettings. |
getAccessSettingsOrBuilder()
public AccessSettingsOrBuilder getAccessSettingsOrBuilder()
Top level wrapper for all access related setting in IAP
.google.cloud.iap.v1.AccessSettings access_settings = 5;
Returns | |
---|---|
Type | Description |
AccessSettingsOrBuilder |
getApplicationSettings()
public ApplicationSettings getApplicationSettings()
Top level wrapper for all application related settings in IAP
.google.cloud.iap.v1.ApplicationSettings application_settings = 6;
Returns | |
---|---|
Type | Description |
ApplicationSettings |
The applicationSettings. |
getApplicationSettingsOrBuilder()
public ApplicationSettingsOrBuilder getApplicationSettingsOrBuilder()
Top level wrapper for all application related settings in IAP
.google.cloud.iap.v1.ApplicationSettings application_settings = 6;
Returns | |
---|---|
Type | Description |
ApplicationSettingsOrBuilder |
getDefaultInstanceForType()
public IapSettings getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
IapSettings |
getName()
public String getName()
Required. The resource name of the IAP protected resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The resource name of the IAP protected resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParserForType()
public Parser<IapSettings> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<IapSettings> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hasAccessSettings()
public boolean hasAccessSettings()
Top level wrapper for all access related setting in IAP
.google.cloud.iap.v1.AccessSettings access_settings = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the accessSettings field is set. |
hasApplicationSettings()
public boolean hasApplicationSettings()
Top level wrapper for all application related settings in IAP
.google.cloud.iap.v1.ApplicationSettings application_settings = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the applicationSettings field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public IapSettings.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
IapSettings.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected IapSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
IapSettings.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public IapSettings.Builder toBuilder()
Returns | |
---|---|
Type | Description |
IapSettings.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |