public final class IdpConfig extends GeneratedMessage implements IdpConfigOrBuilderIdentity Provider Config.
Protobuf type google.cloud.discoveryengine.v1alpha.IdpConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > IdpConfigImplements
IdpConfigOrBuilderStatic Fields
EXTERNAL_IDP_CONFIG_FIELD_NUMBER
public static final int EXTERNAL_IDP_CONFIG_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
IDP_TYPE_FIELD_NUMBER
public static final int IDP_TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static IdpConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static IdpConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
IdpConfig.Builder |
|
newBuilder(IdpConfig prototype)
public static IdpConfig.Builder newBuilder(IdpConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
IdpConfig |
| Returns | |
|---|---|
| Type | Description |
IdpConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static IdpConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IdpConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static IdpConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IdpConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static IdpConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IdpConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static IdpConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IdpConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static IdpConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static IdpConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static IdpConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IdpConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<IdpConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<IdpConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public IdpConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IdpConfig |
|
getExternalIdpConfig()
public IdpConfig.ExternalIdpConfig getExternalIdpConfig()External Identity provider config.
.google.cloud.discoveryengine.v1alpha.IdpConfig.ExternalIdpConfig external_idp_config = 2;
| Returns | |
|---|---|
| Type | Description |
IdpConfig.ExternalIdpConfig |
The externalIdpConfig. |
getExternalIdpConfigOrBuilder()
public IdpConfig.ExternalIdpConfigOrBuilder getExternalIdpConfigOrBuilder()External Identity provider config.
.google.cloud.discoveryengine.v1alpha.IdpConfig.ExternalIdpConfig external_idp_config = 2;
| Returns | |
|---|---|
| Type | Description |
IdpConfig.ExternalIdpConfigOrBuilder |
|
getIdpType()
public IdpConfig.IdpType getIdpType()Identity provider type configured.
.google.cloud.discoveryengine.v1alpha.IdpConfig.IdpType idp_type = 1;
| Returns | |
|---|---|
| Type | Description |
IdpConfig.IdpType |
The idpType. |
getIdpTypeValue()
public int getIdpTypeValue()Identity provider type configured.
.google.cloud.discoveryengine.v1alpha.IdpConfig.IdpType idp_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for idpType. |
getParserForType()
public Parser<IdpConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<IdpConfig> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasExternalIdpConfig()
public boolean hasExternalIdpConfig()External Identity provider config.
.google.cloud.discoveryengine.v1alpha.IdpConfig.ExternalIdpConfig external_idp_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the externalIdpConfig field is set. |
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 IdpConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
IdpConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected IdpConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
IdpConfig.Builder |
|
toBuilder()
public IdpConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
IdpConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|