
com.clarifai.grpc.api.AppDuplicationOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface AppDuplicationOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.AppDuplication)
com.google.protobuf.MessageOrBuilder {
/**
*
*the id of app duplication
*
*
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
*
*the id of app duplication
*
*
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
*the id of new app
*
*
* string new_app_id = 2;
* @return The newAppId.
*/
java.lang.String getNewAppId();
/**
*
*the id of new app
*
*
* string new_app_id = 2;
* @return The bytes for newAppId.
*/
com.google.protobuf.ByteString
getNewAppIdBytes();
/**
*
*the name of new app
*
*
* string new_app_name = 3;
* @return The newAppName.
*/
java.lang.String getNewAppName();
/**
*
*the name of new app
*
*
* string new_app_name = 3;
* @return The bytes for newAppName.
*/
com.google.protobuf.ByteString
getNewAppNameBytes();
/**
*
*the status of app duplication
*
*
* .clarifai.api.status.Status status = 4;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
*the status of app duplication
*
*
* .clarifai.api.status.Status status = 4;
* @return The status.
*/
com.clarifai.grpc.api.status.Status getStatus();
/**
*
*the status of app duplication
*
*
* .clarifai.api.status.Status status = 4;
*/
com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder();
/**
*
*when is the app duplication triggered
*
*
* .google.protobuf.Timestamp created_at = 5;
* @return Whether the createdAt field is set.
*/
boolean hasCreatedAt();
/**
*
*when is the app duplication triggered
*
*
* .google.protobuf.Timestamp created_at = 5;
* @return The createdAt.
*/
com.google.protobuf.Timestamp getCreatedAt();
/**
*
*when is the app duplication triggered
*
*
* .google.protobuf.Timestamp created_at = 5;
*/
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder();
/**
*
*The last time when is the status got updated
*
*
* .google.protobuf.Timestamp last_modified_at = 6;
* @return Whether the lastModifiedAt field is set.
*/
boolean hasLastModifiedAt();
/**
*
*The last time when is the status got updated
*
*
* .google.protobuf.Timestamp last_modified_at = 6;
* @return The lastModifiedAt.
*/
com.google.protobuf.Timestamp getLastModifiedAt();
/**
*
*The last time when is the status got updated
*
*
* .google.protobuf.Timestamp last_modified_at = 6;
*/
com.google.protobuf.TimestampOrBuilder getLastModifiedAtOrBuilder();
/**
*
* Only copy resources depending on the filters
*
*
* .clarifai.api.AppDuplicationFilters filter = 7;
* @return Whether the filter field is set.
*/
boolean hasFilter();
/**
*
* Only copy resources depending on the filters
*
*
* .clarifai.api.AppDuplicationFilters filter = 7;
* @return The filter.
*/
com.clarifai.grpc.api.AppDuplicationFilters getFilter();
/**
*
* Only copy resources depending on the filters
*
*
* .clarifai.api.AppDuplicationFilters filter = 7;
*/
com.clarifai.grpc.api.AppDuplicationFiltersOrBuilder getFilterOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy