Interface PartyManagementServiceOuterClass.UpdatePartyIdentityProviderRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getParty()
      Party to update
      com.google.protobuf.ByteString getPartyBytes()
      Party to update
      java.lang.String getSourceIdentityProviderId()
      Current identity provider id of the party
      com.google.protobuf.ByteString getSourceIdentityProviderIdBytes()
      Current identity provider id of the party
      java.lang.String getTargetIdentityProviderId()
      Target identity provider id of the party
      com.google.protobuf.ByteString getTargetIdentityProviderIdBytes()
      Target identity provider id of the party
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getParty

        java.lang.String getParty()
         Party to update
         
        string party = 1 [json_name = "party"];
        Returns:
        The party.
      • getPartyBytes

        com.google.protobuf.ByteString getPartyBytes()
         Party to update
         
        string party = 1 [json_name = "party"];
        Returns:
        The bytes for party.
      • getSourceIdentityProviderId

        java.lang.String getSourceIdentityProviderId()
         Current identity provider id of the party
         
        string source_identity_provider_id = 2 [json_name = "sourceIdentityProviderId"];
        Returns:
        The sourceIdentityProviderId.
      • getSourceIdentityProviderIdBytes

        com.google.protobuf.ByteString getSourceIdentityProviderIdBytes()
         Current identity provider id of the party
         
        string source_identity_provider_id = 2 [json_name = "sourceIdentityProviderId"];
        Returns:
        The bytes for sourceIdentityProviderId.
      • getTargetIdentityProviderId

        java.lang.String getTargetIdentityProviderId()
         Target identity provider id of the party
         
        string target_identity_provider_id = 3 [json_name = "targetIdentityProviderId"];
        Returns:
        The targetIdentityProviderId.
      • getTargetIdentityProviderIdBytes

        com.google.protobuf.ByteString getTargetIdentityProviderIdBytes()
         Target identity provider id of the party
         
        string target_identity_provider_id = 3 [json_name = "targetIdentityProviderId"];
        Returns:
        The bytes for targetIdentityProviderId.