Uses of Class
com.google.cloud.dialogflow.cx.v3.ResourceName
-
Packages that use ResourceName Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ResourceName in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ResourceName Modifier and Type Method Description ResourceNameResourceName.Builder. build()ResourceNameResourceName.Builder. buildPartial()static ResourceNameResourceName. getDefaultInstance()ResourceNameResourceName.Builder. getDefaultInstanceForType()ResourceNameResourceName. getDefaultInstanceForType()ResourceNameValidationMessage.Builder. getResourceNames(int index)The resource names of the resources where the message is found.ResourceNameValidationMessage. getResourceNames(int index)The resource names of the resources where the message is found.ResourceNameValidationMessageOrBuilder. getResourceNames(int index)The resource names of the resources where the message is found.static ResourceNameResourceName. parseDelimitedFrom(InputStream input)static ResourceNameResourceName. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceNameResourceName. parseFrom(byte[] data)static ResourceNameResourceName. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceNameResourceName. parseFrom(com.google.protobuf.ByteString data)static ResourceNameResourceName. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceNameResourceName. parseFrom(com.google.protobuf.CodedInputStream input)static ResourceNameResourceName. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceNameResourceName. parseFrom(InputStream input)static ResourceNameResourceName. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResourceNameResourceName. parseFrom(ByteBuffer data)static ResourceNameResourceName. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ResourceName Modifier and Type Method Description com.google.protobuf.Parser<ResourceName>ResourceName. getParserForType()List<ResourceName>ValidationMessage.Builder. getResourceNamesList()The resource names of the resources where the message is found.List<ResourceName>ValidationMessage. getResourceNamesList()The resource names of the resources where the message is found.List<ResourceName>ValidationMessageOrBuilder. getResourceNamesList()The resource names of the resources where the message is found.static com.google.protobuf.Parser<ResourceName>ResourceName. parser()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ResourceName Modifier and Type Method Description ValidationMessage.BuilderValidationMessage.Builder. addResourceNames(int index, ResourceName value)The resource names of the resources where the message is found.ValidationMessage.BuilderValidationMessage.Builder. addResourceNames(ResourceName value)The resource names of the resources where the message is found.ResourceName.BuilderResourceName.Builder. mergeFrom(ResourceName other)static ResourceName.BuilderResourceName. newBuilder(ResourceName prototype)ValidationMessage.BuilderValidationMessage.Builder. setResourceNames(int index, ResourceName value)The resource names of the resources where the message is found.Method parameters in com.google.cloud.dialogflow.cx.v3 with type arguments of type ResourceName Modifier and Type Method Description ValidationMessage.BuilderValidationMessage.Builder. addAllResourceNames(Iterable<? extends ResourceName> values)The resource names of the resources where the message is found.
-