public final class ReconfigureTrustRequest extends GeneratedMessageV3 implements ReconfigureTrustRequestOrBuilder
Request message for
ReconfigureTrust
Protobuf type google.cloud.managedidentities.v1.ReconfigureTrustRequest
Static Fields
public static final int NAME_FIELD_NUMBER
Field Value
public static final int TARGET_DNS_IP_ADDRESSES_FIELD_NUMBER
Field Value
TARGET_DOMAIN_NAME_FIELD_NUMBER
public static final int TARGET_DOMAIN_NAME_FIELD_NUMBER
Field Value
Static Methods
public static ReconfigureTrustRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static ReconfigureTrustRequest.Builder newBuilder()
Returns
public static ReconfigureTrustRequest.Builder newBuilder(ReconfigureTrustRequest prototype)
Parameter
Returns
public static ReconfigureTrustRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReconfigureTrustRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReconfigureTrustRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static ReconfigureTrustRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReconfigureTrustRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static ReconfigureTrustRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReconfigureTrustRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ReconfigureTrustRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReconfigureTrustRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ReconfigureTrustRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ReconfigureTrustRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static ReconfigureTrustRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<ReconfigureTrustRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public ReconfigureTrustRequest getDefaultInstanceForType()
Returns
Required. The resource domain name, project name and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The name.
|
public ByteString getNameBytes()
Required. The resource domain name, project name and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public Parser<ReconfigureTrustRequest> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public String getTargetDnsIpAddresses(int index)
Required. The target DNS server IP addresses to resolve the remote domain involved
in the trust.
repeated string target_dns_ip_addresses = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The targetDnsIpAddresses at the given index.
|
public ByteString getTargetDnsIpAddressesBytes(int index)
Required. The target DNS server IP addresses to resolve the remote domain involved
in the trust.
repeated string target_dns_ip_addresses = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the targetDnsIpAddresses at the given index.
|
public int getTargetDnsIpAddressesCount()
Required. The target DNS server IP addresses to resolve the remote domain involved
in the trust.
repeated string target_dns_ip_addresses = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
int | The count of targetDnsIpAddresses.
|
public ProtocolStringList getTargetDnsIpAddressesList()
Required. The target DNS server IP addresses to resolve the remote domain involved
in the trust.
repeated string target_dns_ip_addresses = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getTargetDomainName()
public String getTargetDomainName()
Required. The fully-qualified target domain name which will be in trust with current
domain.
string target_domain_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The targetDomainName.
|
getTargetDomainNameBytes()
public ByteString getTargetDomainNameBytes()
Required. The fully-qualified target domain name which will be in trust with current
domain.
string target_domain_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
ByteString | The bytes for targetDomainName.
|
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ReconfigureTrustRequest.Builder newBuilderForType()
Returns
protected ReconfigureTrustRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public ReconfigureTrustRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions