Class BatchCreateTargetSitesResponse (0.38.0)

public final class BatchCreateTargetSitesResponse extends GeneratedMessageV3 implements BatchCreateTargetSitesResponseOrBuilder

Response message for SiteSearchEngineService.BatchCreateTargetSites method.

Protobuf type google.cloud.discoveryengine.v1alpha.BatchCreateTargetSitesResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchCreateTargetSitesResponse

Static Fields

TARGET_SITES_FIELD_NUMBER

public static final int TARGET_SITES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchCreateTargetSitesResponse getDefaultInstance()
Returns
Type Description
BatchCreateTargetSitesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BatchCreateTargetSitesResponse.Builder newBuilder()
Returns
Type Description
BatchCreateTargetSitesResponse.Builder

newBuilder(BatchCreateTargetSitesResponse prototype)

public static BatchCreateTargetSitesResponse.Builder newBuilder(BatchCreateTargetSitesResponse prototype)
Parameter
Name Description
prototype BatchCreateTargetSitesResponse
Returns
Type Description
BatchCreateTargetSitesResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchCreateTargetSitesResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BatchCreateTargetSitesResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchCreateTargetSitesResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchCreateTargetSitesResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BatchCreateTargetSitesResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BatchCreateTargetSitesResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchCreateTargetSitesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateTargetSitesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BatchCreateTargetSitesResponse> parser()
Returns
Type Description
Parser<BatchCreateTargetSitesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BatchCreateTargetSitesResponse getDefaultInstanceForType()
Returns
Type Description
BatchCreateTargetSitesResponse

getParserForType()

public Parser<BatchCreateTargetSitesResponse> getParserForType()
Returns
Type Description
Parser<BatchCreateTargetSitesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTargetSites(int index)

public TargetSite getTargetSites(int index)

TargetSites created.

repeated .google.cloud.discoveryengine.v1alpha.TargetSite target_sites = 1;

Parameter
Name Description
index int
Returns
Type Description
TargetSite

getTargetSitesCount()

public int getTargetSitesCount()

TargetSites created.

repeated .google.cloud.discoveryengine.v1alpha.TargetSite target_sites = 1;

Returns
Type Description
int

getTargetSitesList()

public List<TargetSite> getTargetSitesList()

TargetSites created.

repeated .google.cloud.discoveryengine.v1alpha.TargetSite target_sites = 1;

Returns
Type Description
List<TargetSite>

getTargetSitesOrBuilder(int index)

public TargetSiteOrBuilder getTargetSitesOrBuilder(int index)

TargetSites created.

repeated .google.cloud.discoveryengine.v1alpha.TargetSite target_sites = 1;

Parameter
Name Description
index int
Returns
Type Description
TargetSiteOrBuilder

getTargetSitesOrBuilderList()

public List<? extends TargetSiteOrBuilder> getTargetSitesOrBuilderList()

TargetSites created.

repeated .google.cloud.discoveryengine.v1alpha.TargetSite target_sites = 1;

Returns
Type Description
List<? extends com.google.cloud.discoveryengine.v1alpha.TargetSiteOrBuilder>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BatchCreateTargetSitesResponse.Builder newBuilderForType()
Returns
Type Description
BatchCreateTargetSitesResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchCreateTargetSitesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchCreateTargetSitesResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BatchCreateTargetSitesResponse.Builder toBuilder()
Returns
Type Description
BatchCreateTargetSitesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException