public final class ReconfigureTrustRequest extends GeneratedMessageV3 implements ReconfigureTrustRequestOrBuilder
Request message for
ReconfigureTrust
Protobuf type google.cloud.managedidentities.v1.ReconfigureTrustRequest
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>)
Static Fields
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TARGET_DNS_IP_ADDRESSES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TARGET_DOMAIN_NAME_FIELD_NUMBER
public static final int TARGET_DOMAIN_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static ReconfigureTrustRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ReconfigureTrustRequest.Builder newBuilder()
public static ReconfigureTrustRequest.Builder newBuilder(ReconfigureTrustRequest prototype)
public static ReconfigureTrustRequest parseDelimitedFrom(InputStream input)
public static ReconfigureTrustRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReconfigureTrustRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static ReconfigureTrustRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReconfigureTrustRequest parseFrom(ByteString data)
public static ReconfigureTrustRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReconfigureTrustRequest parseFrom(CodedInputStream input)
public static ReconfigureTrustRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReconfigureTrustRequest parseFrom(InputStream input)
public static ReconfigureTrustRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReconfigureTrustRequest parseFrom(ByteBuffer data)
public static ReconfigureTrustRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ReconfigureTrustRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public ReconfigureTrustRequest getDefaultInstanceForType()
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 |
---|
Type | Description |
ByteString | The bytes for name.
|
public Parser<ReconfigureTrustRequest> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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];
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.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ReconfigureTrustRequest.Builder newBuilderForType()
protected ReconfigureTrustRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public ReconfigureTrustRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides